.course-detail {

}

.course-detail__wrapper {

}

.course-detail__subtitle {
    margin-bottom: 20px;
}

.course-detail__block {
    margin-bottom: 60px;

}

.course-detail__img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.course-detail__img img {
    background-color: #D9D9D9;
    width: 100%;
    height: 100%;
}

.course-detail__fact {
    position: relative;
    margin: 30px 0;
    padding-left: 18px;
    font-size: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375)));
    font-style: italic;
    line-height: 1.3;
    font-weight: 500;
    border-left: 5px solid #458AFB;
    border-radius: 3px;
}


