.about-us {
  width: 100%;
  background-color: #fff;
}

.about-us .header-section {
  background: #f6f7fb;
}

.about-us .header-section h1 {
  position: absolute;
  top: 700px;
  left: 0;
  right: 0;
  font-size: 40px;
  line-height: 60px;
  margin: 0px auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  color: #fff;
}

.about-us .header-section .img-container {
  max-width: 1600px;
  margin: auto;
}

.about-us .header-section img {
  width: 100%;
  height: auto;
}

.about-us .objectives {
  padding: 30px 0px;
}

.about-us .objectives .container {
  max-width: 1600px;
  margin: auto;
}

.about-us .objectives h2 {
  margin: 0px;
  font-size: 28px;
}

.about-us .objectives p {
  font-size: 16px;
}

.about-us .objectives div {
  padding: 20px 40px;
}

.about-us .objectives .divider {
  border-right: 2px solid;
}

.about-us .team {
  background: #f6f7fb;
  padding: 30px 0px;
}

.about-us .team.white {
  background: #fff;
}

.about-us .team h2 {
  text-align: center;
  margin: 0px;
  font-size: 28px;
}

.about-us .team .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 80px;
  padding: 30px;
}

.about-us .team .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
}

.about-us .team .member p {
  font-size: 16px;
  text-align: center;
}

.about-us .team .img-container {
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}

.about-us .team .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

@media (max-width: 1520px) {
  .about-us .header-section h1 {
    top: 650px;
  }
}

@media (max-width: 1440px) {
  .about-us .header-section h1 {
    top: 600px;
  }
}

@media (max-width: 1280px) {
  .about-us .header-section h1 {
    top: 550px;
  }
}

@media (max-width: 1150px) {
  .about-us .header-section h1 {
    top: 480px;
  }
}

@media (max-width: 1050px) {
  .about-us .header-section h1 {
    top: 450px;
  }
}

@media (max-width: 991px) {
  .about-us .objectives .divider {
    border-right: none;
    border-bottom: 2px solid;
  }
}

@media (max-width: 950px) {
  .about-us .header-section h1 {
    top: 400px;
  }
}

@media (max-width: 840px) {
  .about-us .header-section h1 {
    top: 350px;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .about-us .header-section h1 {
    top: 320px;
  }
}

@media (max-width: 660px) {
  .about-us .header-section h1 {
    top: 280px;
    font-size: 25px;
  }

  .about-us .objectives {
    padding: 0px;
  }

  .about-us .objectives h2 {
    font-size: 18px;
  }

  .about-us .objectives p {
    font-size: 15px;
  }

  .about-us .team h2 {
    font-size: 18px;
  }

  .about-us .team .member p {
    font-size: 15px;
  }
}

@media (max-width: 570px) {
  .about-us .header-section h1 {
    top: 230px;
    font-size: 22px;
  }

  .about-us .objectives div {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .about-us .header-section h1 {
    top: 200px;
    font-size: 18px;
  }

  .about-us .objectives h2 {
    font-size: 16px;
  }

  .about-us .objectives p {
    font-size: 14px;
  }

  .about-us .team h2 {
    font-size: 16px;
  }

  .about-us .team .member p {
    font-size: 14px;
  }
}

@media (max-width: 398px) {
  .about-us .header-section h1 {
    top: 180px;
  }
}

@media (max-width: 342px) {
  .about-us .header-section h1 {
    top: 160px;
  }
}