.hero-container {
  width: 100%;
  background-color: #112439;
  margin-top: 6.5rem;
  padding: 10rem 0 10rem 0;
}

.hero-container > div {
  margin: auto;
  padding: 0 5rem;
  max-width: 159rem;
}

.hs-form {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 5.5rem;
}

.back-link,
.back-link > a {
  color: white;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 3.5rem;
}

.back-link > a {
  text-decoration: underline;
}

.hero-content {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
}

.hero-content > div {
  flex: 1;
  max-width: 50%;
}

.hero-content > .hero-imgs {
  position: relative;
}

.hero-img {
  border-radius: 3rem;
}

.hero-content h4 {
  font-size: 7rem;
  line-height: 8rem;
  color: white;
  margin: 0;
  font-weight: 400;
}

.hero-content h4.hero-subheader {
  color: var(--primary);
  margin-bottom: 3rem;
}

.hero-desc {
  color: white !important;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 11.5rem;
  white-space: initial;
}

.font-bold {
  font-weight: 700;
  color: white !important;
}

.hero-content .btn-primary {
  padding: 2rem 6rem;
}

.content {
  width: 95%;
  margin: auto;
  padding: 10rem 5rem;
  max-width: 159rem;
}

.content > h4 {
  color: var(--secondary);
  font-size: 4.5rem;
  line-height: 5.5rem;
  text-align: center;
  margin: 0;
  margin-bottom: 3rem;
  white-space: nowrap;
}

.content > .desc {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Roboto";
  color: #112439;
  margin-bottom: 10rem;
  text-align: center;
}

.text-img-content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin: 15rem auto;
  max-width: 159rem;
}

.text-img-content > div {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: center;
}

.text-img-content > div > div {
  flex: 1;
  max-width: 50%;
}

.text-img-content h4 {
  color: #061f39;
  font-size: 4.5rem;
  line-height: 5rem;
  margin: 0;
  margin-bottom: 4rem;
  font-weight: 400;
}

.text-img-content .desc {
  color: #112439;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Roboto";
}

.oneapp-faq {
  width: 100%;
}

.blue-box {
  width: 100%;
}

.img-grey-box {
  background: #e6e6e6;
  border-radius: 3rem;
  padding: 4rem 9rem 4rem 11rem;
}

.relative-img {
  position: relative;
}

@media (max-width: 1700px) {
  .hero-container > div,
  .content {
    max-width: 133rem;
  }

  .hero-content {
    gap: 5rem;
  }

  .text-img-content {
    max-width: 133rem;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .hero-container > div {
    max-width: 113rem;
  }

  .hero-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 7.5rem;
    white-space: initial;
  }

  .hero-content h4 {
    font-size: 5rem;
    line-height: 6rem;
  }

  .content > h4 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .text-img-content {
    max-width: 113rem;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .hero-container > div {
    max-width: 93rem;
  }

  .hero-content {
    gap: 2rem;
  }

  .hero-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 7.5rem;
    white-space: initial;
  }

  .hero-content h4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero-desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .content > h4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-img-content {
    max-width: 93rem;
  }

  .img-grey-box {
    padding: 3rem 6rem 3rem 8rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-container > div {
    max-width: 75rem;
    padding: 0 3rem;
  }

  .hero-desc {
    margin-bottom: 4.5rem;
  }

  .content > h4 {
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .content > .desc {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 7.5rem;
  }

  .text-img-content {
    max-width: 75rem;
  }

  .img-grey-box {
    padding: 2rem 2rem 2rem 4rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .hero-content {
    flex-direction: column;
  }

  .hero-content > div {
    max-width: 100%;
    text-align: center;
  }

  .content {
    padding: 5rem 1rem;
  }

  .content > h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 5rem;
    white-space: initial;
  }

  .text-img-content {
    gap: 4rem;
    padding: 0 2rem;
  }

  .text-img-content > div {
    gap: 2rem;
  }

  .text-img-content h4 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }

  .text-img-content .desc {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .img-grey-box {
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 1rem;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
