.meet-our-team {
  padding: 50px 0px;
}

.meet-our-team h2 {
  margin: 0px;
  padding: 28px 0px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 1.4em;
  color:#000000;
  font-size:30px;
  text-align: center;
}
.meet-our-team img {
    width: 180px;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 50%;
    height: 180px !important;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: #005AA9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 30px;
}

.meet-our-team  .member_name {
    text-align: center;
    font-weight: 700;
    color: #005AA9;
    line-height: 1em;
    padding-bottom: 40px;
    font-size: 22px;
    border-bottom: 1px solid #005AA9;
    margin-bottom: 30px;
}

.meet-our-team .desigation {
    text-align: center;
    font-weight: 700;
    color: #005AA9;
    font-size: 22px;
    line-height: 1em;
}

@media(max-width:991px){
  .meet-our-team {
  padding: 40px 0px;
}
  @media(max-width:767px){
  .meet-our-team {
  padding: 30px 0px;
}
}