.sbi-apollo-latest-insights .insight-loop{
    height: 100%;
    border: 1px solid #DFDED9;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-apollo-latest-insights .insights-content .loop-label{
    position: absolute;
    top: 15px;
    left: 11px;
    display: inline-block;
    box-shadow: 0px 3px 6px #0000004D;
    background-color: #025FAC;
    color: #fff;
    padding: 5px 10px 6px 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald", system-ui;
    z-index: 9;
}
.sbi-apollo-latest-insights .insights-content .loop-label .img-label-svg{
    position: absolute;
    top: 0;
    left: -10px;
}
.sbi-apollo-latest-insights .insights-content .loop-label.career-label{
    background-color: #018480;
}
.sbi-apollo-latest-insights .insights-content .loop-label.blog-label{
    background-color: #025FAC;
}
.sbi-apollo-latest-insights .insights-content .loop-label.events-label{
    background-color: #4E158B;
}
.sbi-apollo-latest-insights .insights-content .loop-label.case-studies-label{
    background-color: #002855;
}
.sbi-apollo-latest-insights .insight-loop.latest-feature-cont{
    height: auto;
}
.sbi-apollo-latest-insights .insight-loop .img-cont{
    position: relative;
}
.sbi-apollo-latest-insights .insight-loop .img-cont .content-type-tag{
    position: absolute;
    bottom: -10px;
    left: 15px;
    padding: 10px 20px;
    margin-bottom: 0;
    font-weight: 500;
}
.sbi-apollo-latest-insights .insight-loop.latest-feature-cont .img-cont .content-type-tag{
    bottom: 10px;
}
.sbi-apollo-latest-insights .insight-loop.insight-cpt-blog .img-cont .content-type-tag{
    color: #fff;
    background-color: #025FAC;
}
.sbi-apollo-latest-insights .insight-loop.insight-cpt-events .img-cont .content-type-tag{
    color: #fff;
    background-color: #005D69;
}
.sbi-apollo-latest-insights .insight-loop.insight-cpt-case-studies .img-cont .content-type-tag{
    color: #fff;
    background-color: #002855;
}
.sbi-apollo-latest-insights .insight-loop.insight-cpt-clinician-spotlight .img-cont .content-type-tag{
    color: #000;
    background-color: #72DDF7;
}
.sbi-apollo-latest-insights .insight-loop .text-cont{
    padding: 20px;
}
.sbi-apollo-latest-insights .insight-loop .text-cont .insight-top-text,
.sbi-apollo-latest-insights .career-loop .text-cont .insight-top-text{
    min-height: 230px;
}
.sbi-apollo-latest-insights .insight-loop.latest-feature-cont .text-cont .insight-top-text{
    min-height: auto;
}
.sbi-apollo-latest-insights .insight-loop .text-cont .category{
    color: #025FAC;
    font-size: 14px;
    margin-bottom: 10px;
}
.sbi-apollo-latest-insights .insight-loop .text-cont .insight-title{
    color: #000;
    font-size: 20px;
}
.sbi-apollo-latest-insights .insight-loop .text-cont .date{
    color: #5E5E5F;
    font-size: 14px;
    margin-bottom: 10px;
}
.sbi-apollo-latest-insights .career-loop{
    position: relative;
    top: 0;
    height: 100%;
    border: 1px solid #DFDED9;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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-latest-insights .career-loop:hover{
    top: -5px;
    box-shadow: 0px 3px 20px #00000029;
} */
.sbi-apollo-latest-insights .career-loop .img-cont,
.sbi-apollo-latest-insights .insight-loop .img-cont{
    min-height: 236px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sbi-apollo-latest-insights .career-loop .text-cont{
    padding: 20px;
}
.sbi-apollo-latest-insights .career-loop .text-cont .career-location-specialty{
    margin-bottom: 10px;
    color: #000;
}
.sbi-apollo-latest-insights .career-loop .text-cont .career-location-specialty .location{
    color: #018480;
}
.sbi-apollo-latest-insights .career-loop .text-cont .career-location-specialty .specialty{
    color: #025FAC;
}
.sbi-apollo-latest-insights .career-loop .text-cont .career-title{
    color: #000;
    font-size: 20px;
    font-family: "Oswald", system-ui;
}
@media(max-width: 1399px){
    .sbi-apollo-latest-insights .career-loop .img-cont,
    .sbi-apollo-latest-insights .insight-loop .img-cont{
        min-height: 202px;
    }
}
@media(max-width: 1199px){
    .sbi-apollo-latest-insights .career-loop .img-cont,
    .sbi-apollo-latest-insights .insight-loop .img-cont{
        min-height: 167px;
    }
}
@media(max-width: 991px){
    .sbi-apollo-latest-insights .career-loop .img-cont,
    .sbi-apollo-latest-insights .insight-loop .img-cont{
        position: relative;
        width: 100%;
        padding-top: 57.14%;
    }
    .sbi-apollo-latest-insights .insight-loop .text-cont .insight-top-text, 
    .sbi-apollo-latest-insights .career-loop .text-cont .insight-top-text{
        min-height: auto;
    }
}