.cards__list{display:flex;flex-wrap:wrap;gap:var(--spacer_34);justify-content:center}.cards__list-item{aspect-ratio:.96465;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-end;min-width:350px;overflow:hidden;padding:var(--spacer_32);position:relative;width:calc(33.33333% - var(--spacer_34)/3*2)}.cards__list-item:before{background-image:linear-gradient(179.93deg,rgba(41,33,38,0) .06%,#292126 85.69%);content:"";z-index:-1}.cards__list-item-image,.cards__list-item:before{height:100%;left:0;position:absolute;top:0;width:100%}.cards__list-item-image{border-radius:20px;object-fit:cover;z-index:-2}.cards__list-item-tag{border-radius:100px;color:var(--light_beige);font-family:Utopia Std;font-size:28px;font-weight:var(--font_weight_600);line-height:32px;margin-bottom:0;max-width:276px;width:fit-content}.cards__list-item-tag:after,.cards__list-item-tag:before{border-radius:100px}.cards__list-item-content{color:var(--light_beige);margin-top:var(--spacer_20);max-width:276px}.cards__list-item-content :last-child{margin-bottom:0}@media (max-width:450px){.cards__list-item{min-width:unset;width:100%}}