.category-container {
    margin-top: 150px !important;
    background-color: #f0f9ff;
}

@media only screen and (max-width: 600px) {
    .category-container {
        margin-top: 50px !important;
    }
}