.course-section .seperator {
    height: 1.5px;
    background-color: rgba(23, 68, 120, 0.63);
}

.course-section .course-desc ul {
    list-style-position: inside;
}

.course-section .course-desc li {
    font-size: 17px;
}

.course-section .course-desc li::marker {
    color: #174478;
}

.course-section .course-title .btn {
    background-color: #389A5F !important;
    font-weight: 700;
}

.course-section .course-image {
    height: 200px;
}

.course-section .course-image img {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 15px;
}

.subscribe-button {
    position: fixed;
    bottom: -1px;
    height: 80px;
}

#btn-back-to-top,
#whatsapp-button {
    bottom: 90px;
}

@media all and (max-width: 991px) {
    .course-section .container>.row {
        justify-content: center;
    }

    .course-section .course-title h5 {
        font-size: 17px !important;
    }

    .course-section .course-desc h6 {
        font-size: 16px !important;
    }

    .course-section .course-desc p {
        font-size: 14px !important;
    }

    .course-section .course-desc li {
        font-size: 14px !important;
    }

    .course-section .course-image {
        height: unset;
    }

    .course-section .course-image img {
        width: 100%;
        height: unset;
        border-radius: 15px;
    }
}

@media all and (max-width: 575px) {
    .course-section .course-title h5 {
        font-size: 17px !important;
    }

    .course-section .course-desc h6 {
        font-size: 16px !important;
    }

    .course-section .course-desc p {
        font-size: 14px !important;
    }

    .course-section .course-desc li {
        font-size: 14px !important;
    }
}