.section-page-content .content-wrapper .description{margin-top:var(--48);}
.section-page-content .content-wrapper .description ul li:has(a):before{background:var(--gold);}
.section-page-content .content-wrapper .sm-block{display:none;}
.section-page-content .description h3{color: var(--black);font-size: 14px;font-weight: 900;line-height: 100%;letter-spacing: -0.28px;}
.section-page-content .description{color: var(--black-60);}
.section-page-content .description p{margin:24px 0;font-size: 12px;font-weight: 400;line-height: 140%;}
.section-page-content .description p:last-child{margin-bottom:0;}
.section-page-content .description a{color:var(--gold);}
@media(max-width:991px){
    .section-page-content .content-wrapper .sm-block{display:block;}
    .section-page-content .content-wrapper .sm-none{display:none;}
    .section-page-content .content-wrapper{padding: 0 12px;}
}