

 /* Шапка */
.lesson-header-block.row-section {
    background: #d0c3b0 !important;
    border: 0 !important;
    box-shadow: 0px 4px 30px rgba(201, 204, 255, 0.3);
    border-radius: 20px;
}

.lesson-header-block h2.lesson-title-value {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 90%;
    
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #000000;
}

.lesson-header-block .lesson-description-value {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #000000 !important;
}
