/**
 * Custom Section Adjustments
 * Fact Section and Instructor Background
 */

/* Fact Section Inner Wrap */
.fact__inner-wrap-two {
    padding: 60px !important;
    flex-wrap: wrap !important;
    top: -70px !important;
}

/* Instructor Background Section */
.instructor__bg {
    background-size: cover !important;
    background-position: center !important;
    padding: 200px 0 120px !important;
    margin-top: -145px !important;
    position: relative !important;
    z-index: 1 !important;
}
