@import "../../bootstrap/variables";

.newest-courses-section {
    width: 100%;
    height: 760px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    @media (max-width: $screen-sm-max) {
        height: auto;
    }
}

