.our-team-section{   width: 100%; padding: 7.4rem 0; }
.team-listing{ display: block; width: 100%;}
.team-listing .row{ margin: 0 -2rem; display: flex ;flex-wrap: wrap;   row-gap: 4rem; }
.team-listing .row .col-md-3{ padding: 0 2rem; width: 25%;}
.team-box{ display: block; width: 100%;}
.team-box .img { position: relative; display: block; width: 100%;}
.team-box .img .img-in { z-index: 1; position: relative; aspect-ratio: 338/438; border-radius: 1.5rem; background: url(../../images/team-bg.png) no-repeat center center; background-size: 100% 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; width: 100%;}
.team-box .img .img-in img{ position: absolute; left: 0; bottom: 0; top: 2.5rem; right: 0; object-fit: cover; }
.team-box .img .insta-icon{ z-index: 2; position: absolute; right:2rem; top: 2rem; width: auto; height: auto; display: flex; }
.team-box .img .insta-icon a{ display: flex;}
.team-box .img .insta-icon a img{ width: 3.2rem; height: auto;}
.team-box-sub{ padding: 1.6rem 0 0 0; display: block; width: 100%;}
.team-box-sub h5{ display: block; margin: 0; padding: 0 0 2px; font-size: 2rem; font-weight: 500;}
.team-box-sub p{ font-size: 1.6rem; color: #A1A1AB; line-height: 1.2;}
@media (max-width: 1599px) {
 
}
@media (max-width: 1439px) { 
.team-box-sub h5{ font-size: 1.8rem;} 
.team-box-sub p{ font-size: 1.5rem;}
 
}
@media (max-width: 1199px) {
.our-team-section{ padding: 6rem 0; }	
.team-listing .row{ margin: 0 -1rem; }	
.team-listing .row .col-md-3{ padding: 0 1rem; }
.team-box-sub h5{ font-size: 1.6rem;} 
.team-box-sub p{ font-size: 1.4rem;}
.team-box .img .insta-icon{ right: 1.6rem;top: 1.6rem; }
.team-box .img .insta-icon a img{ width: 2.6rem;}
}
@media (max-width: 991px) {
 .team-listing .row .col-md-3 {width: 50%;}
.our-team-section{ padding: 5rem 0; }
.team-box .img .img-in{ border-radius: 1rem; }
 
 
 
}
@media (max-width: 767px) {
 
.our-team-section{ padding:4rem 0; }
 
}

@media (max-width: 576px) {
}