.catalog-subcategory-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
    .catalog-subcategory-image img {
        margin-bottom: 30px;
    }
}
