.c-course__title {
    font-size: 40px;
    color: #7799FF;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    opacity: 0.35;
}
.c-course__subtitle {
    font-size: 36px;
    font-weight: bold;
    color: #7799FF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
}
.c-course__desc {
    font-size: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.c-course__items {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    > div:not(:last-child) {
        width: 480px;
        height: auto;
    }
    > div:last-child {
        width: 1000px;
        height: auto;
    }
}
.c-course__item {
    margin-top: 10px;
}
.c-course.lazyloaded {
    height: auto;
}
