.sbi-apollo-related-people{
    position: relative;
    margin-bottom: 30px;
}
.sbi-apollo-related-people .gray-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #F8F8F8;
}
.sbi-apollo-related-people .people-loop{
    border: 1px solid #DFDEDA;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-related-people .people-loop__executive.people-loop{
    border-bottom: 10px solid #018480;
}
.sbi-apollo-related-people .people-loop__clinical.people-loop{
    border-bottom: 10px solid #025FAC;
}
.sbi-apollo-related-people .people-loop .people-img-cont{
    overflow: hidden;
}
.sbi-apollo-related-people .people-loop .people-img-cont .people-img{
    border-bottom: 1px solid #DFDEDA;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sbi-apollo-related-people .people-loop:hover .people-img-cont .people-img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.sbi-apollo-related-people .people-loop .text-cont{
    padding: 20px;
}
.sbi-apollo-related-people .people-loop .text-cont .title-position-cont{
    min-height: 150px;
}
.sbi-apollo-related-people .people-loop .text-cont .people-title{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.sbi-apollo-related-people .people-loop .text-cont .email-cont a,
.sbi-apollo-related-people .people-loop .text-cont .phone-cont a{
    color: #000 !important;
    display: inline-block;
    margin-bottom: 10px;
}
.sbi-apollo-related-people .people-loop .text-cont .position{
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

@media(max-width: 575px){
    .sbi-apollo-related-people .people-loop{
        display: flex;
        background-color: #fff;
    }
    .sbi-apollo-related-people .people-loop .people-img-cont{
        padding: 20px 0;
        flex-basis: 100px;
    }
    .sbi-apollo-related-people .people-loop .text-cont{
        flex-basis: calc(100% - 100px);
    }
}