
.article {
    padding-top: 80px;
    padding-bottom: 120px;
}


.article-title-medium {
    font-size: 36px;
}

.article__text {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #535755;
}
.article__text:last-child {
    margin-bottom: 0;
}
.article__mb-1 {
    margin-bottom: 80px;
}
.article__decor-wrapper{
    position: relative;
}

.article__decor-wrapper-1::before{
    top: 100px ;
    left: 0px;
}
.article__decor-wrapper-2::before {
    bottom: 136px;
    right: 0px;
}

.article__img-2{
margin-bottom: 40px;
}
.class__list{
    margin-top: 0;
    margin-bottom: 80px;
    padding-left: 16px;
}
.article__item:not(:last-child){
    margin-bottom: 12px;
}
.article__item::marker{
    color: #3596ED;
    font-size: 22px;
}
.review__play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #3596ED;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .2s, background-color .2s;
    -o-transition: background-color .2s, background-color .2s;
    transition: background-color .2s, background-color .2s;
}
.review__play-button:hover{
    background-color: #0088ff;
}
.review__play-button:not(:disabled):active{
    background-color: #2e70aa;
}
@media (width <= 768px) {
    .article__decor-wrapper::before {
        display: none;
    }
    .article__mb-1 {
        margin-bottom: 60px;
    }
    .article-title-medium{
        font-size: 32px;
    }
}
@media (width <=576px) {
    .article {
        padding-top: 60px;
        padding-bottom: 80px;
    } 
        .article-title-medium{
        font-size: 28px;
    }
    .article__mb-1 {
        margin-bottom: 40px;
    }
    .review__play-button{
        width: 10%;
        height: 18%;
    }
    .review__play-button img {
        width: 38%;
        height: auto;
    }
}
