div#hero_baner_2 img {
    padding-bottom: 90px !important;
}

@media (max-width: 992px) {
    .cc_location_item .header.expand {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .cc_location_items .cc_location_item .header .header_right {
        justify-content: center !important;
    }

    .cc_location_items .cc_location_item .header .header_left {
        justify-content: center !important;
    }

    #course_time_items .course_time_item {
        width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 100%;
        padding: 0 50px 0 30px;
    }

    div#course_times h2,
    div#cc_location h1 {
        padding: 0 20px 0 10px;
    }
}