.aboutContactSection {
    background-repeat: no-repeat;
    background-color: #F6F7FB;
}
.aboutLeadership .imgWrap{
    position: relative;
    border-radius: 50%;
   /* border: 5px solid #9B0D74;*/
    width: 232px;
    height: 232px;
    overflow: hidden;
    margin: 0 auto;
}
.leaderList{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3 , 1fr);
    margin: 90px 0px 140px;
}
.aboutLeadership .imgWrap img{
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 100%;
    transition: all 0.7s ease;
    cursor: pointer;
}
.aboutBanner .threeCircleWrap {
    bottom: 165px;
    left: calc(100% - 55px);
}
.bannerContentWrap #read-more-btn {
    display: inline-flex;
    margin: 18px auto 0;
    justify-content: center;
    align-items: center;
}
.bannerContentWrap #read-more-btn:hover {
    color: var(--primaryColor);
}
.aboutLeadership .imgWrap:hover img {
    transform: translate(-50% , -50%) scale(1.02);
}
.bannerInfo #content-container {
    font-size: 18px;
}
.aboutLeadership .leaderList p {
    font-size: 20px;
    line-height: 2.15;
}
.aboutBanner .bottomShape {
    position: relative;
}
.aboutBanner .bottomShape::after{
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    width: 100%;
}
.aboutBanner .bottomShape img{
    width: 100%;
}
.aboutContactSection .dBtn {
    min-width: 190px;
}
@media (max-width:1399px){
    .leaderList{
        grid-gap: 40px;
        margin: 70px 0px 100px;
    }
    .aboutLeadership .imgWrap{
        width: 212px;
        height: 212px;
    }
    .aboutBanner .threeCircleWrap {
        bottom: 110px;
    }
    .aboutLeadership .leaderList p {
        font-size: 18px;
        line-height: 2.15;
    }
}
@media (max-width:1199px){
    .aboutBanner .threeCircleWrap {
        bottom: 80px;
    }
    .bannerInfo #content-container {
        font-size: 16px;
    }
    .aboutContactSection .dBtn {
        min-width: 165px;
    }
}
@media (max-width:991px){
    .aboutBanner .threeCircleWrap {
        bottom: 50px;
    }
    .aboutLeadership .leaderList p {
        font-size: 16px;
        line-height: 1.3;
    }
}
@media (max-width:767px){
    .leaderList{
        grid-template-columns: repeat(1 , 1fr);
    }
    .aboutBanner .threeCircleWrap {
        bottom:40px;
    }
    .aboutBanner .bottomShape {
        margin-bottom: -10px;
    }
    .aboutLeadership {
        margin-top: 12px;
    }
}

@media (max-width:576px){
    .leaderList{
        grid-template-columns: repeat(1 , 1fr);
    }
}