.sale_block {
    margin-top: 62px;
    margin-bottom: 69px;
    padding-top: 24px;
    padding-bottom: 21px;
    padding-left: 62px;
    background-image: url('f/img/bg_sale.png');
    background-position: center;
    border-radius: 30px;
    box-sizing: border-box;
}
.sale_block p {
    width: 100%;
    max-width: 685px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    background: linear-gradient(70.0deg, #eec881 3%, #cc962e 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title2 {
    color: var(--text-color-black);
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.02em;
}
ul.arsenal {
    margin-top: 78px;
    overflow: hidden;
}
.arsenal li {
    position: relative;
    margin-bottom: 70px;
    padding-left: 58px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #000;
}
.arsenal li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border: 1px solid #ac843e;
    border-radius: var(--br-circle);
}
.arsenal li::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 13px;
    height: 13px;
    border: 1px solid #ac843e;
    border-radius: var(--br-circle); 
}
.arsenal span {
    margin-bottom: 5px;
    display: block;
    font-size: var(--fs-l);
    font-weight: 700;
}
.quote {
    margin-top: 23px;
    margin-bottom: 70px;
    padding: 20px;
    border: 1px solid #ac843d;
    border-radius: 30px;
}
.quote__wrap {
    padding-top: 67px;
    padding-bottom: 58px;
    padding-left: 54px;
    padding-right: 55px;
    background-image: url('f/img/quote.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.quote__text {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    background: linear-gradient(70.0deg, #eec881 39%, #cc962e 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}