@media (max-width: 991px) {
  .about_wrapper .upper-head {
    width: 90%;
    margin-bottom: 40px;
  }
  .about_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_wrapper .upper-head h2 {
    font-size: 36px;
  }
  .abt-image {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .abt-content {
    min-height: auto;
  }
}
@media (max-width: 540px) {
  .about_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about_wrapper .upper-head {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-img1 img {
    width: 100%;
    height: 300px;
  }
  .about_wrapper .upper-head h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  section.abt-personal .col-6,
  section.choose-us .col-6 {
    width: 100%;
  }
  section.asset-mgmt {
    padding-top: 0;
  }
  .choose-img img {
    height: auto;
  }
  section.choose-us .head-sec {
    margin-bottom: 35px;
  }
  section.abt-form .form-group.col-lg-6.col-sm-12 {
    width: 100%;
  }
  section.elp-team-sec .col-4 {
    width: 100%;
  }
  section.elp-team-sec .row {
    gap: 25px 0;
  }
  section.elp-team-sec h4 {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .about_wrapper .upper-head h2 {
    font-size: 28px;
  }
}
