/* Start custom CSS for section, class: .elementor-element-db37e34 *//* CEC Courses Page - fix right gap */
.cec-courses-wrap {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden;
    margin-top: 0 !important;
}

.cec-courses-wrap .hero {
    margin-top: 0 !important;
}

/* Fix the ribbon getting cut off */
.cec-courses-wrap .ribbon,
.cec-courses-wrap .ticker,
.cec-courses-wrap .gallery-bg,
.cec-courses-wrap .teacher-bg,
.cec-courses-wrap .cta-bg {
    width: 100% !important;
    max-width: 100% !important;
}/* End custom CSS */