.catalog-swiper .swiper-wrapper {
    align-items: stretch;
}

.catalog-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.catalog-swiper .catalog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}