.cards{position:relative}*+.cards__body,*+.cards__footer{margin-top:40px}.cards__list{--card-gap:20px;--amount:var(--amount-desktop,4);column-gap:var(--card-gap);display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin:0;padding:0;row-gap:var(--card-gap);gap:var(--card-gap)}@media (max-width:992px){.cards__list{--amount:var(--amount-mobile,2)}}@media (max-width:768px){.cards__list{--amount:1}}.cards__list--alignment-left{justify-content:flex-start}.cards__list--alignment-center{justify-content:center}.cards__list--alignment-right{justify-content:flex-end}.cards__list-item{width:calc((100% - (var(--amount) - 1)*var(--card-gap))/var(--amount))}.featured-card{--radius:20px;background-color:#fff;border-radius:var(--radius);box-shadow:0 0 30px hsla(35,8%,69%,.2);color:currentColor;display:flex;flex-direction:column;height:100%;text-decoration:none;transition:all .3s ease-in-out}a.featured-card:hover{box-shadow:4px 0 30px hsla(35,8%,69%,.5)}.featured-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:clamp(10px,4vw,20px)}.featured-card__featured-image{aspect-ratio:16/9;border-radius:var(--radius) var(--radius) 0 0;object-fit:cover;width:100%}.featured-card__description{font-size:1.5rem;line-height:1.6}.featured-card__btn-wrapper{margin-top:auto}.featured-card__btn-wrapper .btn{margin-top:20px}.featured-card__title{color:#4ca52e;font-size:1.9rem;font-weight:700;margin-left:auto;margin-right:auto}