:root{--color-background:#f4f5e2;--color-primary:#040504;--color-secondary:#fafaf1;--color-button:#4b97ff;--color-tertiary:#ff5917;--color-white:#fff;--color-box:#f9faf0;--border-lg:28px;--border-md:14px}.card__list{display:flex;gap:28px;justify-content:space-between}.card{max-width:392px}.card__image{aspect-ratio:5/4;background-position:50%;background-size:cover;border-radius:10px;padding:10px;width:100%}.card__headline{margin:0 auto 48px;text-align:center}.card__description,.card__link{text-decoration:none}.card__description{font-size:28px;letter-spacing:-.28px;line-height:32px}.card__spacing{margin-top:14px}@media (max-width:600px){.card__image{width:100%}.card{max-width:100%}.card__list{display:flex;flex-wrap:wrap;gap:none;justify-content:space-between;row-gap:28px;width:100%}}