.teamListComp{padding:60px 0;background-color:#fff5ef;position:relative}
.teamListComp .thsnHeading{padding-bottom:50px}
.teamListComp .teamList{display:flex;margin-left:-50px;flex-wrap:wrap}
.teamListComp .teamList li{width:25%;padding-left:50px;padding-bottom:50px;position:relative;text-align:center}
.teamListComp .teamList li .contentSec{position:relative;padding-bottom:30px;height:100%}
.teamListComp .teamList li .contentSec:before{position:absolute;content:'';left:15px;top:15px;width:15px;height:118px;border-radius:37px;-webkit-border-radius:37px;-moz-border-radius:37px;-ms-border-radius:37px;-o-border-radius:37px}
.teamListComp .teamList li:nth-child(3n+1) .contentSec:before{background-color:#f36a10}
.teamListComp .teamList li:nth-child(3n+2) .contentSec:before{background-color:#8b1833}
.teamListComp .teamList li:nth-child(3n+3) .contentSec:before{background-color:#79257b}
.teamListComp .teamList li img{width:100%;display:block;margin-bottom:30px;border-radius:0 37px 0 37px;-webkit-border-radius:0 37px 0 37px;-moz-border-radius:0 37px 0 37px;-ms-border-radius:0 37px 0 37px;-o-border-radius:0 37px 0 37px}
.teamListComp .teamList h5{font-family:'Rubrik';font-weight:bold;font-size:2.8rem;line-height:30px;color:#c63427;padding-bottom:25px}
.teamListComp .teamList span{display:block;font-family:'Rubrik';font-weight:600;font-size:2.3rem;line-height:29px;position:absolute;left:0;right:0;bottom:0;margin:0 auto;text-align:center}
.teamListComp .bg1{position:absolute;right:30px;top:30px}
@media(max-width:1200px){.teamListComp .bg1{width:80px}
}
@media(max-width:992px){.teamListComp .thsnHeading{padding-bottom:30px}
.teamListComp .bg1{width:40px;right:12px;top:20px}
.teamListComp .teamList{margin-left:-25px}
.teamListComp .teamList li{padding-left:25px;padding-bottom:30px;width:33.33%}
.teamListComp .teamList li img{margin-bottom:20px}
.teamListComp .teamList li .contentSec{padding-bottom:20px}
.teamListComp .teamList h5{font-size:2rem;line-height:25px;padding-bottom:10px}
.teamListComp .teamList span{font-size:1.8rem;line-height:22px}
}
@media(max-width:767px){.teamListComp{padding:40px 0}
.teamListComp .teamList li{width:50%;padding-bottom:40px}
.teamListComp .teamList li .contentSec:before{width:8px;height:64px;border-radius:37px;-webkit-border-radius:37px;-moz-border-radius:37px;-ms-border-radius:37px;-o-border-radius:37px}
.teamListComp .teamList h5{font-size:1.5rem;line-height:20px}
.teamListComp .teamList span{font-size:1.1rem;line-height:15px}
.teamListComp .teamList li img{margin-bottom:16px}
.teamListComp .teamList li .contentSec{padding-bottom:15px}
}