/* Course Styles */

#course-info-div {
    margin: 2em;
    width: 60%;
}

#course-img-div {
    margin-bottom: 2em;
    width: 80%;
}

#course-img-div>img {
    width: 100%;
}

#course-info-div>h1 {
    font-size: 2em;
    text-align: center;
}

#course-info-div>h2 {
    font-size: 1.5em;
    margin: 0.5em;
    text-align: center;
}

#course-info-div>p {
    margin: 2em 0;
}

#trainers-ul {
    list-style-type: disc !important;
    margin-left: 1em !important;
}

@media (max-width: 767px) {
    #course-info-div {
        width: 90%;
    }
}

/* Course Styles END*/