.lesson-item-button-item {
    font-weight: 500;
    padding: 10.5px;
    border-radius: 6px;
    text-align: center;
    margin: 11px auto 0;
    width: 100%;
    position: relative;
}

.category-course-item .lesson-item {
    height: auto!important;
}

.pending-lessons {
    pointer-events: none;
}

.pending-lessons .lesson-item-img {
    opacity: 0.5;
}

.pending-lessons .lesson-item-button-item {
    opacity: 0.5;
}

.lesson-item-tile .lesson-item-desc {
    min-height: 135px;
}

.page-course-a1 .lesson-item-tile .lesson-item-desc {
    min-height: 126px;
}

.lesson-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dfdfdf;
}

.check-knowledge-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 32px;
    margin-top: 20px;
}

.check-knowledge-text {
    color: #2f3134;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 45px;
}

.check-knowledge-button-wrapper {
    margin-bottom: 35px;
}

.check-knowledge-button {
    background-color: #ed6366;
    color: #fff;
    border: 1px solid #ed6366;
    font-weight: 500;
    padding: 20px 15px;
    border-radius: 6px;
    text-align: center;
    margin: 11px auto 0;
    width: 100%;
    position: relative;
}

.author-course-item-desc {
    min-height: 119px;
}

.pending-lessons .lesson-item-img {
    position: relative;
}

.lesson-item-img-background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
}

.author-course .item-wrapper:nth-of-type(4) {
    position: relative;
    left: 20%
}

.author-course .item-wrapper:nth-of-type(5) {
    position: relative;
    left: 20%
}

.author-course-item.image-right .author-course-item-img {
    background-position-x: right;
}

@media (max-width: 1280px) {
    .author-course .item-wrapper:nth-of-type(4) {
        position: initial;
        left: 0
    }

    .author-course .item-wrapper:nth-of-type(5) {
        position: initial;
        left: 0
    }
}
