.card-generic{display:flex;flex-direction:column;gap:2.5rem}.card-generic .card-generic-content{padding:0 .5rem}.card-generic .figure{display:flex;justify-content:center;align-items:center;aspect-ratio:5/6;border-radius:.25rem;overflow:hidden}.card-generic .figure .img{width:100%;height:100%;object-fit:cover}.card-generic-horizontal .figure{aspect-ratio:16/9}.card-generic-horizontal .figure .img{object-fit:contain;max-width:12.5rem}.list-card-generic{display:grid;row-gap:2.5rem;list-style:none}@media (width > 540px){.list-card-generic{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));column-gap:1rem}}@media (width > 540px){.list-card-generic-4columns{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr))}}