/*Tablet Styles */

.desktop {
  display: block;
}

.hero-container {
  height: 270px;
}

.hero-heading-div {
  padding: 52px 16px;
}

.form-container {
  min-height: 654px;
  height: calc(100vh - 607px);
  position: relative;
}

.top-footer-container {
  height: 100%;
  width: calc(100% - 32px);
  flex-direction: row;
  justify-content: space-between;
  margin: 0 16px;

  align-items: flex-start;
}

.country-info {
  text-align: left;
}

.country-info-text {
  text-align: left;
}

.mobile {
  display: none;
}

.footer-links {
  max-width: 252px;
  height: 17px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7px auto;
  width: calc(100% - 32px);
}

.copyright {
  max-width: 100%;
  margin: 0 auto;
}