.cards{display:flex;flex-direction:column;gap:20px}.cards .title-container{flex-direction:row;justify-content:space-between;width:100%}.secondary-button.bottom{display:none}.swiper.cardsSlider{max-width:1320px;padding:40px}.swiper-slide.cards-card{background-color:var(--quaternary-50);box-shadow:0 11px 30px 0 rgba(154,161,177,.2);display:grid;grid-template-rows:188px 1fr}.cards-card-img{max-height:188px}.cards-card-content{box-shadow:0 11px 30px 0 rgba(154,161,177,.2);display:flex;flex-direction:column;gap:10px;padding:30px}@media(max-width:1024px){.secondary-button.bottom{display:flex;justify-content:center;margin-inline:20px;width:calc(100% - 40px)}.secondary-button.top{display:none}.swiper.cardsSlider{padding:20px}.cards-card{grid-template-rows:235px 1fr}.cards-card-img{max-height:235px}}