.our-team{
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 80px;
  position: relative;
}
.our-team .page-center {
  padding: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 1.5em;
}
.our-team .top_sec{
  text-align: center;
  margin:0;
}

.our-team .top_sec h4.title {
  font-size: 15px;
  margin-bottom: 20px;
}
.our-team .top_sec h2 {
  display: inline-block;
  font-size: 50px;
  line-height: 1.1em;
  margin-bottom: 20px!important;
  padding-top: 5px;
  width: 100%;
}
.our-team .our-team-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
.our-team .cm_team_card {
  flex: 0 0 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 0;
}
.our-team .cm_team_card a{
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  box-shadow: none;
  text-decoration: none;
}
.our-team .cm_team_card .teamImg{
  background-size: cover;
  background-position: top center;
  padding-bottom: 100%;
  width: 100%;
}



.our-team .cm_team_card:nth-child(3n) {
  margin-right: 0;
}

.our-team .teamInfo h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 !important;
  line-height: 1.4;
  letter-spacing: 0;
}
.our-team .teamInfo h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #464d50;
  letter-spacing: 0;
}

.our-team .teamInfo p{
  margin-bottom: 1.5em;
  color: #464d50;
}
.our-team .teamInfo {
  text-align: center;
  padding: 25px 15px;
  background-color: #f2f4f7;
  color: #464d50;
}



@media (max-width:767px){
  .our-team .cm_team_card {
    flex: 0 0 100%;
    margin-right: 0;
  }
