.grid{background:#000;border-radius:0 0 40px 40px;padding:80px 0;position:relative;z-index:2}.grid__wrapper{align-items:center;display:flex;flex-flow:column;gap:48px}.grid__title{color:#fff;font-size:56px;font-weight:500;letter-spacing:-.04em;line-height:100%;max-width:700px;position:relative;text-align:center}.grid__title span{background:linear-gradient(90deg,#00e7e7,#f03fe8 49%,#ec662f);background-clip:text;-webkit-background-clip:text;background-position:50%;background-repeat:no-repeat;background-size:100vw 100%;color:transparent;-webkit-text-fill-color:transparent}.grid__inner{display:grid;gap:32px;grid-template-columns:389px 389px 469px;width:100%}.grid__item:first-child{align-self:end;grid-column:1;grid-row:1}.grid__item:nth-child(2){grid-column:2;grid-row:1}.grid__item:nth-child(3){grid-column:1/3;grid-row:2}.grid__item:nth-child(4){align-self:end;grid-column:3;grid-row:1/3}.grid__content{background:linear-gradient(162deg,#262626,#1a1a1a);border-radius:32px;display:flex;flex-flow:column;gap:24px;height:100%;padding:32px}.grid__item:first-child .grid__content{height:264px}.grid__item:nth-child(2) .grid__content{height:382px;justify-content:center}.grid__item:nth-child(3) .grid__content{height:240px}.grid__item:nth-child(4) .grid__content{height:430px;justify-content:center}.grid__image{max-width:40px;width:100%}.grid__image img{height:100%;object-fit:cover;width:100%}.grid__item-title{color:#fff;font-size:40px;font-weight:500;letter-spacing:-.04em;line-height:100%}.grid__item-text{color:#fff;font-size:16px;font-weight:300;line-height:150%}@media (width <= 1352px){.grid__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.grid__item:first-child,.grid__item:nth-child(2),.grid__item:nth-child(3),.grid__item:nth-child(4){align-self:stretch;grid-column:auto;grid-row:auto}.grid__item:first-child .grid__content,.grid__item:nth-child(2) .grid__content,.grid__item:nth-child(3) .grid__content,.grid__item:nth-child(4) .grid__content{height:100%;min-height:240px}.grid__item:nth-child(3) .grid__content{min-height:240px}.grid__item:nth-child(4) .grid__content{min-height:unset;width:100%}}@media (width <= 768px){.grid__inner{grid-template-columns:1fr}.grid__content{height:auto;min-height:220px;padding:24px}.grid__title{font-size:32px}.grid__item-title{font-size:28px}.grid{background:#000;border-radius:0 0 32px 32px;padding:80px 0}}