.our-people-title{
    margin-bottom: 0;
    /* padding-bottom: 30px; */
  }
.our-people-title a{
    color: #195571;
    text-decoration: underline;
  }

  .rev__item {
    background-color: #f1f1f1;
  }

  hr{
    width: 100%;
    background: #6FCACD;
    height: 2px;
    margin: 12px 0;
}
  
  .about-info p, .our-people-para{
      text-align: center;
      width: 90%;
      font-size: 1rem;
      margin: 0 auto;
      line-height: 1.5;
  }
  .our-people-para{
    margin: 30px auto;
  }
  .about-our-people-wrap{
    color: #fff;
  }
  .about-testi-single-title{
    color: #fff;
    line-height: 0.53px;
    font-size: 24px;
    font-family: regular_bold;
    margin-top: 30px;
  }
  .owl-next, .owl-prev{
    position: absolute;
    right: -40px;
    top: 42%;
    background: #fff !important;
    width: 60px;
    height: 60px;
    color: #2C8DBF !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
  }
  .owl-prev{
    left: -40px !important;
  }
  .owl-next span, .owl-prev span{
    font-size: 60px !important;
  }
  .about-testi-single-designation, .about-desc-wrap-testi p{
    font-size: 18px;
    font-family: regular_medium;
    line-height: 24.58px;
    color: #fff;
  }
  .auth-wrap-testi{
    border-bottom: 3px solid #6FCACD;
    margin-bottom: 20px;
  }
  .owl-carousel .owl-item img{
    object-fit: cover;
    object-position: center top;
  }

  .about__leader {
    position: absolute;
    height: 100%;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    background-color: rgba(19, 101, 143, 0.9);
    color: #fff;
    padding: 20px;
}

  .active__toggle {
  transform: translateY(0);
}

.about__leader p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.info__top{
  position: relative;
  overflow: hidden;
}

.info__bottom{
  padding: 10px 20px;
}

.info__division{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info__division h4 {
  color: black;
}

.fa-chevron-up , .fa-chevron-down {
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: black;
}

.fa-times{
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: end;
  padding: 10px;
  cursor: pointer;
  font-weight: 200;
}

@media (max-width: 1329px) {
  .team__section{
      /* padding: 0 20px 0 20px; */
      padding-left: 20px;
      padding-right: 20px;
  }
  .team__leaders{
      padding: 0 20px 0 20px;
  }

  .about__leader p {
      font-size: 13px;
  }

  .fa-times{
      padding: 5px;
  }
}

  @media(max-width:992px){
    .owl-next, .owl-prev{
        position: absolute;
        right: -20px;
        top: 44%;
        background: #fff !important;
        width: 30px;
        height: 30px;
        color: #2C8DBF !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        outline: none !important;
      }
      .owl-prev{
        left: -20px !important;
      }
      .owl-next span, .owl-prev span{
        font-size: 20px !important;
      }

      .about__leader p {
        font-size: 14px;
    }
  }

  @media (max-width: 678px) {
   .about__leader{
    padding: 10px;
   }
   .about__leader p {
   font-size: 12px;
   }
    
}

@media(max-width:576px){ 
  .about-info p, .gptw-info div p, .offering-intro div, .layout-container, .ic-info, .intro_grid-container, .choice-item div p, .layout-container p{
    font-size: 14px;
  }
  .our-people-para, .top-benner h2{
    font-size: 15px !important;
  }
}