@media (max-width: 890px) {
    .cat-home {
        justify-content: center !important;
        margin: 0
    }
    .cat-home h2 {
        margin: 0 !important;
    }
}

@media (max-width: 400px) {
    .cat-home h2 {
        font-size: 40px !important;
    }
}