.cards{padding:80px 0;position:relative;z-index:12}.cards__wrapper{display:flex;flex-flow:column;gap:48px}.cards__title{color:#fff;font-size:56px;font-weight:500;letter-spacing:-.04em;line-height:100%}.cards__list{display:flex;gap:32px}.card__item{backdrop-filter:blur(8px);background:hsla(0,0%,100%,.2);border-radius:32px;display:flex;flex-flow:column;gap:16px;padding:24px;position:relative;width:100%}.card__item:before{background:linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.28) 18%,hsla(0,0%,100%,.12) 45%,hsla(0,0%,100%,.04) 75%,hsla(0,0%,100%,0));border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.card__number{color:#fff;font-size:80px;font-weight:300;letter-spacing:-.04em;line-height:100%}.card__text{color:#fff;font-size:16px;font-weight:500;line-height:150%}.cards__bg{height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:-1}.cards__bg img{height:100%;object-fit:cover;width:100%}@media (width <= 991px){.cards__list{flex-wrap:wrap}.card__item{width:calc(50% - 16px)}}@media (width <= 479px){.card__item{align-items:center;gap:12px;padding:18px;width:100%}.cards__title{font-size:32px}.card__number{font-size:60px}.cards{border-radius:20px;padding:60px 0}.cards__wrapper{gap:32px}.cards__list{gap:24px}}