@media screen and (max-width: 1200px) {
    .one-topic.program{
        flex-direction: column;
    }
    .one-topic.program .images-area{
        margin-left:unset;
        margin-top:30px;
        display: flex;
        flex-wrap: wrap;
    }
    .exchange-programs-image{
        padding:20px;
        margin:unset;
    }
    .affiliations-text-area{
        text-align: justify;
        font-size:18px;
        line-height:28px;
    }
    .affiliations-images-area .image {
        padding: unset;
    }

    .banner-area{
        flex-direction: column;
    }
    .banner-image img{
        width:80vw;
    }
    .banner-text{
        width:unset;
    }
    .scholarships .section-title{
        padding-bottom:unset;
    }
    .one-scholarship{
        margin-top:5%;
    }

    .eligibility .content-area{
        flex-direction: column;
    }
    .eligibility .content-area .text-area{
        width:unset;
    }
    .how-to-apply .how-to-steps .step {
        width: 100%;
        margin-bottom: 30px;
    }

    .scarousel .wrap{
        padding:unset;
    }
    .scarousel .slider{
        max-width: unset;
    }
    .scarousel.programs-list .academic-program {
        width:300px;
    }
    .scarousel .slick-list{
        margin: unset;
    }

    .education-loan .text{
        padding:unset;
    }
    .education-loan .loan-options{
        margin-top:unset;
    }

    .department-area .department{
        margin-bottom:20px;
    }

    .course-details .details-area .text-area{
        -webkit-columns: unset;
    }
    .programs-list{
        margin-right:unset;
    }
    
}