@media (max-width: 767px) {
    .cover__header-content-info:before {
        aspect-ratio: 667/310;
        background: url(../assets/course-logos.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 5px;
        content: '';
        display: block;
        height: auto;
        margin: 0 0 5rem;
        position: relative;
        width: 100%;
        z-index: 10;
    }

    .cover__header {
        background: url(../assets/mobile-header-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cover__header-content {
        background: rgba(0,0,0,0) !important;
        height: 100%;
        width: 100%;
    }
    
    .cover__header-content-title {
        color: black !important;
    }

    .cover__header-image {
        background-image: none !important;
    }
}

.overview-list__section-title,
.overview-list-item__title {
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
}

.overview-list-item__icon {
    top: 2.6rem !important;
}

.lesson-progress--cover {
    top: 1.6rem !important;
}

.overview-list-item--restricted,
.overview-list-item__title {
    color: rgba(0,0,0,0.6) !important;
}

.lesson-nav-link__link:hover {
    color: #4F672D !important;
}

.lesson-nav-link__link:active {
    color: #3C4D23 !important;
}