
.our-team-sec-child{
    display:flex;
    flex-direction:row;
}

.our-team-sec-child .info-box{
    margin:auto;
    text-align:center;
}

.info-box-section .intro-title{
    margin-bottom:20px;
}

.info-box-section .intro-description{
    margin-bottom:60px;
}


.our-team-sec-child .info-box .info-title{
   margin-top:20px;
   margin-bottom:10px;
}

.our-team-sec-child .info-box .info-image{
    height:175px;
    width:175px;
}

.cta-row-child{
    text-align:center;
    margin-top:50px;
}


@media(max-width:768px){
  .our-team-sec-child{
      display:block;
  }
  
  .our-team-sec-child .info-box{
        margin-top:50px;
  }
  
  .info-box-section .intro-description{
        margin-bottom:10px;
  }
  
   .info-box .info-description span{
        font-size:18px !important;
        line-height: 28px; !important;
  }
  
  .info-box-section .intro-description span{
       font-size:18px !important;
       line-height: 28px; !important;
  }
  
  .info-box-section .intro-title span{
        font-size:32px !important;
        line-height:39.36px !important;
  }
  
  .info-box-section .intro-title{
        margin-bottom:25px;
  }
  
}



