.collection-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2.8rem}
.collection-cards-card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3.4rem;text-decoration:none;padding-bottom:6.2rem;padding-top:0}
.collection-cards-card:nth-child(2n){flex-direction:column-reverse;padding-bottom:0}
.collection-cards-card img{width:100%;height:100%;aspect-ratio:2/3;-o-object-fit:cover;object-fit:cover;border-radius:.4rem}
.collection-cards-card-title{font-size:2.6rem;line-height:112%;font-weight:500;color:#1f1f1f;text-transform:uppercase}
.collection-cards-wrapper{background-color:#f7f7f7;margin-bottom:5.8rem}
@media screen and (max-width:990px){
.collection-cards{display:flex;flex-direction:column;gap:6.2rem}
.collection-cards-card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.4rem;text-decoration:none;padding-bottom:0;padding-top:0}
.collection-cards-card:nth-child(2n){flex-direction:column;padding-bottom:0}
.collection-cards-card img{width:100%;height:100%;aspect-ratio:16/12;-o-object-fit:cover;object-fit:cover}
.collection-cards-card-title{font-size:2.6rem;line-height:112%;font-weight:500;color:#1f1f1f}
.collection-cards-wrapper{margin-bottom:4.3rem}
}