.blog-hero{align-items:flex-end;display:flex;height:400px;overflow:hidden;position:relative}.blog-hero__background{inset:0;position:absolute;z-index:0}.blog-hero__image{height:100%;object-fit:cover;opacity:.6;width:100%}.blog-hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,.5) 50%,transparent);inset:0;position:absolute}.blog-hero__container{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:120px 135px 64px;position:relative;width:100%;z-index:1}.blog-hero__content{display:flex;flex-direction:column;gap:24px;max-width:800px}.blog-hero__heading{color:var(--color-white,#fff);font-size:60px;font-weight:700;letter-spacing:-1.2px;line-height:72px}.blog-hero__description,.blog-hero__heading{font-family:var(--font-family-primary,"Manrope",sans-serif);margin:0}.blog-hero__description{color:#e5e7eb;font-size:18px;font-weight:400;line-height:28px;max-width:567px}@media (max-width:1023px){.blog-hero__container{padding:48px 40px}.blog-hero__heading{font-size:42px;line-height:52px}.blog-hero__content{max-width:100%}}@media (max-width:767px){.blog-hero{height:320px}.blog-hero__container{padding:32px 16px}.blog-hero__heading{font-size:32px;letter-spacing:-.64px;line-height:40px}.blog-hero__description{font-size:16px;line-height:24px}}