.recent-scholar-section {
    background-color: #CFE2FF;
    padding: 60px;
}

.recent-scholar-head h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #323232;
    margin-bottom: 30px;
}

.schol-feature-image {
    width: 100%;
    height: 266px;
    overflow: hidden;
}

.schol-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.schol-program-wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.recen-schol-cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: #323232;
    width: 80%;
    margin-bottom: 0px;
}

.recen-schol-cont p {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 0px;
}

.recen-schol-cont h6 {
    font-size: 24px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 0px;
}

.recen-schol-cont span {
    font-size: 16px;
    font-weight: 400;
    color: #173E79;
}



.recen-schol-cont a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #1e3a8a;
    font-weight: 400;
}

.recen-schol-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    /* min-height: 266px; */
}


.recent-content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.heart-icon {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width:1200px) and (max-width:1366px) {


    /* Recent Scholar Section */
    .recent-scholar-section {
        background-color: #CFE2FF;
        padding: 40px 0px;
    }

    .recen-schol-cont h3 {
        font-size: 26px;
    }

    .recen-schol-cont p {
        font-size: 17px;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    /* Recent Scholar Section End */



}



@media (min-width:992px) and (max-width:1199px) {


    /* Recent Scholar Section */
    .recent-scholar-section {
        background-color: #CFE2FF;
        padding: 40px 0px;
    }

    .recen-schol-cont h3 {
        font-size: 26px;
    }

    .recen-schol-cont p {
        font-size: 17px;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    /* Recent Scholar Section End */
    .recent-blg-pst-section {
        padding: 60px 10px;
    }


}

@media (max-width:991px) and (min-width:768px) {

    /* Recent Scholar Section */
    .recent-scholar-section {
        background-color: #CFE2FF;
        padding: 40px 0px;
    }

    .recen-schol-cont h3 {
        font-size: 24px;
    }

    .recen-schol-cont p {
        font-size: 16px;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    .schol-feature-image {
        width: 100%;
        height: auto;
    }

    /* Recent Scholar Section End */
}

@media (max-width:767px) {
    
    .recen-schol-cont h3 {
    font-size: 28px; 
        
    }
    
    .recent-scholar-section {
        padding: 40px 0px;
    }

    .recent-scholar-section .program-carousel .owl-nav {
        right: 20px !important;
    }


    .recen-schol-cont h3 {
        width: 100%;
    }

    .heart-icon {
        display: none;
    }

    .schol-feature-image img {
        width: 100% !important;
    }

    .schol-feat-side {
        margin-bottom: 30px;
    }

    .recent-scholar-head h3 {
        text-align: center;
        margin-bottom: 110px;
    }
    .recent-schol {
        margin-bottom: 128px;
    }
    .program-carousel {
    margin-bottom: 30px;
}

.schol-feature-image {
    margin-bottom: 25px; 
    
}

.recen-schol-cont p {
    font-size: 16px;
}
}