.top-home-message.wrapper {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 1240px) {
    .top-home-message.wrapper {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .top-home-message+.header-bottom+.main-content>.section-front-page-catalog {
        margin-top: 30px;
    }
}

@media (max-width: 530px) {
    .top-home-message.wrapper {
        font-size: 15px;
        line-height: 19px;
    }
}