/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .equal-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }  
    .section-heading {
        font-size: 34px;
    }
    .single-enrolling h5 {
        font-size: 18px;
    }  
    .location-content h3 {
        font-size: 20px;
    }      
    .footer-widget h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

/* // Small devices */
@media(max-width: 767px) {
    .equal-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }    
    .banner::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 0.4;
    }
    .banner-content {
        position: relative;
        z-index: 2;
    }
    .banner-content h1 {
        font-size: 52px;
        line-height: 62px;
    }
    .banner-content h4 {
        font-size: 18px;
    }
    .section-heading {
        font-size: 34px;
    }
    .footer-widget h3 {
        margin-bottom: 15px;
    }
    .footer-copyright {
        padding-bottom: 15px;
    }    
    .footer-copyright p, .footer-copyright a {
        margin-bottom: 5px;
    }
}