.view.view-catalog.view-id-catalog { display: flex; flex-direction: column; gap: 30px; }
.view.view-catalog.view-id-catalog .view-content.row { margin: 0 -15px; row-gap: 30px; }
.view.view-catalog.view-id-catalog .view-content.row .views-row { padding: 0 15px; }

.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser.clearfix::after { display: none; } 
.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 27px 24px 27px;

    border-radius: 20px;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: var(--gray);
}

.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field.field--name-field-catalog-image { border-radius: 8px; overflow: hidden; }
.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field.field--name-field-catalog-image a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all ease 0.4s;
}
.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field.field--name-field-catalog-image a:hover img { scale: 1.1; }
.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title { font: 400 22px / 1.36364 var(--font-family); letter-spacing: 0em; }
.taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-link a { width: 100%; }

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
    .taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser { justify-content: space-between; }
}
@media screen and (max-width: 767px) {
    .taxonomy-term.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field.field--name-taxonomy-term-title { font-size: 18px; }

    .view.view-catalog.view-id-catalog { gap: 16px; }
    .view.view-catalog.view-id-catalog .view-content.row { margin: 0 -8px; row-gap: 16px; }
    .view.view-catalog.view-id-catalog .view-content.row .views-row { padding: 0 8px; }
}
@media screen and (max-width: 576px) {
}