/*Layout*/
header {
    margin-bottom: 32px !important;
}
.tutor-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*Category & Share*/
.tutor-course-details-top .tutor-row {
    align-items: center;
}

/*Heading*/
h1 span{
    font-size: var(--font-h2);
}

/*Video*/
.tutor-video-player .plyr {
    border-radius: var(--rounded-m);
}

@media (max-width: 991px) {

}

@media (max-width: 478px) {
    /*Category & Share*/
    .tutor-course-details-top .tutor-row {
        flex-direction: column;
    }
    .tutor-course-details-top .tutor-row .tutor-col-auto {
        width: 100%;
    }
}