@media (min-width: 992px) {   

    #header_menu {
        font-size: 1.25em;
    }  
    
    #header_search,
    #header_search FORM {
        width: 600px;
    }   
    
    H2 {
        font-size: 4em;
    }
    
    #news_carousel .carousel-item {
        height: 48vh;
    }
    
    #upcoming_courses {
        font-size: 1.5em;
    }
    
    #upcoming_courses P {
        font-size: 1em;
    }
    
    #fb_box {
        margin-top: -3rem;
        font-size: 1.5em;
    }
    
    MAIN #fb_box {
        margin-top: 0 !important;
    }
    
    #yt_box {             
        margin-top: -3rem !important;
        font-size: 1.5em;
    } 
    
    MAIN #yt_box {
        margin-top: 0 !important;
    }
    
    #resources_container .resource_title A {
        font-size: 2em;
    }
    
    #courses_container .course_title {
        font-size: 1.5em;
    }
    
    #branches_container IMG {
        max-width: 168px;   
    }   
    
    #branches_container .row .col-12:nth-child(3) A:first-child IMG {
        margin-top: -25%;
    }
    
    #branches_container .row .col-12:nth-child(2) A:first-child IMG,
    #branches_container .row .col-12:nth-child(4) A:first-child IMG {
        margin-top: 20%;
    }
    
    #branches_container .row .col-12:nth-child(6) A:first-child IMG {
        margin-top: -5%;
    }
    
    #management_portal A {
        margin-left: -30px;
    }
    
    /* */
    
    #partner_logos A {
        margin: 0 0.48%;
    }
    
}