.hero{background:linear-gradient(180deg,#e4f4f5 0,#fdfaf3);display:grid;padding:20px;place-content:center}.hero-wrapper{gap:36px;max-width:960px;min-height:608px;padding:15px;width:100%}.hero-image img{border-radius:10px;height:504px;object-fit:cover;width:352px}.hero-content{gap:24px;max-height:573px;max-width:524px}.hero-content_title{font-size:var(--fs-main-title);font-weight:var(--fw-bold);line-height:1}.hero-content_text{font-size:24px;line-height:34px}.hero-content_icon,.hero-content_text{font-weight:var(--fw-normal);letter-spacing:.02em}.hero-content_icon{font-size:var(--fs-text-lg);gap:10px;padding:20px 0;text-transform:uppercase}@media screen and (max-width:575.98px){.hero-content{gap:16px;max-width:100%}.hero-wrapper{min-height:auto;padding:0}.hero-content_icon{font-size:var(--fs-text-md)}.hero-content_icon img{aspect-ratio:1;width:32px}.hero-content_title{font-size:var(--fs-main-title-mobile)}.hero-content_text{font-size:var(--fs-text-xl)}}@media screen and (max-width:991.98px){.hero-content{max-height:100%}}