﻿.rbt-top-course-area .rbt-card-title {
    height: 45px;
}

.sticky-top {
    top: 90px;
}

.related-course .subtitle {
    background-color: #fcde9c;
    color: #634503;
}

.course-sidebar {
    margin-top: -220px;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .course-sidebar {
        margin-top: 0;
    }
}
