.hero-section {
  max-height: 800px;
  overflow: hidden;
}
.hero-section h1 {
  color: #213343 !important;
  line-height: 1.488;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  width: 800px;
  font-size: 64px;
}
.hero-section p {
  color: #213343 !important;
  font-weight: 300;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .gradient-btn-reverse {
  width: 200px;
}

.about-us-staff {
  margin-top: 80px;
}

@media only screen and (min-width: 1700px) {
  .why-card-head {
    height: 485px !important;
  }
  .why-card-head .why-card {
    width: 1085px !important;
    height: 485px !important;
  }
}
@media only screen and (max-width: 767px) {
  .why-card-head {
    height: unset !important;
  }
  .why-card-head .why-card {
    width: 100% !important;
    height: unset !important;
  }
  .hero-section {
    max-height: 667px;
    overflow: hidden;
  }
  .hero-section h1 {
    width: auto;
    font-size: 40px;
    line-height: 1.2;
  }
  .hero-section p {
    width: auto;
    line-height: 1.8;
  }
  .hero-section .gradient-btn-reverse {
    width: 200px;
    margin: 0 auto;
  }
  .hero-section .gradient-btn {
    margin-top: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .about-us-staff {
    margin-top: 0px;
  }
  .what-we-believe .tab-details .card {
    height: auto;
    padding: 10px 5px !important;
  }
  .our-core-value .info {
    margin-left: 5px;
    margin-right: 5px;
  }
  .our-core-value #card1, .our-core-value #card2 {
    margin-top: 20px;
    gap: 10px;
  }
  .our-partners {
    padding: 40px 0px;
  }
  .our-partners h2 {
    font-size: 22px !important;
  }
  .our-partners .img-card {
    width: 119px;
    height: 110px;
  }
  .our-partners .img-card img {
    scale: 0.85;
    transform-origin: center center;
  }
}
@media only screen and (min-width: 275px) and (max-width: 374px) {
  .about-us-staff .above {
    margin-bottom: 196px;
  }
}/*# sourceMappingURL=about-us.css.map */