
.section-boosts  {
    margin-top: 16px;
    padding: 56px 0;
    background: #F5F4FF;
}
.boosts-logo {
    width: 200px;
    margin-top: 32px;
    margin-bottom: 24px;
}
.boosts-img {
    border-radius: 24px;
}

@media (max-width: 1199px) {
    .boosts-img {
        margin-top: 32px;
    }
    .boosts-logo {
        margin-top: 24px;
    }
}
@media (max-width: 767px) {
    .boosts-logo {
        width: 134px;
    }
    .section-boosts {
        margin-top: 24px;
        padding: 24px 0;
    }
    .boosts-img {
        border-radius: 14px;
    }
}

@media (max-width: 575px) {
    .b-w-m-100 a {
        max-width: 100%;
        width: 100%;
    }
}