#features__section {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
#features__section::before {
    position: absolute;
    content: "";
    width: 869px;
    height: 125px;
    background: url(../../img/advantages/advantages_caption_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: right bottom;
    right: 0px;
    bottom: 0px;
}
#features__section .container {
    position: relative;
}
#features__section .feature__block {
    max-width: 230px;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
/* Bonuses section */
#bonuses__section {
    padding-top: 80px;
    padding-bottom: 148px;
}
#bonuses__section .bonus__block-content {
    padding: 24px;
    border-radius: 10px;
}
@media screen and ( min-width: 2160px ) {
    .container {
        max-width: 1680px;
    }
    /* Features section */
    #features__section {
        background: #FFFFFF;
    }
    #features__section::before {
        display: none;
    }
    #features__section .feature__block {
        max-width: 376px;
        height: 98px;
    }
    /* Bonus section */
    #bonuses__section {
        padding-bottom: 248px;
    }
    #bonuses__section .bonus__block-col {
        max-width: 1206px;
        width: 100%;
        height: 127px;
    }
}
@media screen and ( max-width: 960px ) {
    .container {
        max-width: 900px;
    }
    #features__section {
        background: #FFFFFF;
    }
    #features__section::before {
        display: none;
    }
    #features__section .feature__block {
        max-width: 203px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and ( max-width: 768px ) {
    #features__section {
        padding-top: 26px;
        padding-bottom: 60px;
    }
    #features__section::before {
        display: none;
    }
    #features__section .feature__block {
        max-width: 92%;
    }
    #features__section .feature__block .subtitle-2 {
        max-width: 198px;
        margin-right: auto;
        margin-left: auto;
    }
    /* Bonuses section */
    #bonuses__section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #bonuses__section .btn-white {
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
}
@media screen and ( max-width: 425px ) {
    #features__section {
        background: #F8F9FB!important;
    }
}