.section--course-video-style .section__inner {
    flex-wrap: wrap;
}

.section--course-video-style .content_holder {
    width: calc(50% - 190px);
    padding-right: 45px;
}

.section--course-video-style .image_holder {
    justify-content: flex-start;
}

.section--course-video-style .video_holder {
    width: 50%;
    display: flex;
    flex-direction: column;
}


.section--course-video-style .video_holder video {
    width: 100%;
}

.section--course-video-style .video_holder .plyr {
    margin-bottom: 10px !important;
}

.section--course-video-style .video_holder h3 {
    color: #656464;
    font-style: italic;
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 1300px) {
    .section--course-video-style .content_holder {
        width: calc(100% - 190px);
        padding-right: 0;
    }

    .section--course-video-style .video_holder {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .section--course-video-style .content_holder {
        width: 100%;
    }

    .section--course-video-style .video_holder {
        margin-top: 30px;
    }
}