/* ===== Homepage Custom CSS ===== */

/* Student spotlight section */
.student-sec-content{
    vertical-align: middle;
    display:flex;
    flex-direction:column;
    gap:14px;
    justify-content:center;
}

.new_spolight_slider button{
    width:40px;
}

.spolight_slider{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.spolight_slider img{
    transform:unset !important;
    max-width:100%;
}

.spolight_image{
    background:#4487ad;
    text-align:right;
}

section.testi .my-3{
    color:#fff;
}

/* Mobile */
@media(max-width:767px){

.spolight_slider{
    grid-template-columns:repeat(1,1fr);
}

.student-sec-content{
    padding:40px 20px;
}

.student-sec-content h2{
    font-size:28px;
    line-height:30px;
}

}