.categoriesSection {
    padding-bottom: 50px;
    background-color: #fff;

    @media (max-width: 1024px) {
        padding-bottom: 60px;
    }

    @media (max-width: 550px) {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .categoriesSection {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 550px) {
    .categoriesSection {
        padding-bottom: 55px;
    }
}