
.category__image img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .category__image img {
        height: 360px;
    }
}
