.HeroWithImage{background:var(--color-main);border-radius:16px;color:#fff;display:grid;grid-template-columns:43% 1fr;margin:0 auto;max-width:1290px;overflow:hidden;width:calc(100% - 40px)}@media screen and (max-width:1023px){.HeroWithImage{display:block}}.HeroWithImage__content{display:flex;flex-direction:column;justify-content:flex-end;min-height:560px;padding:60px;position:relative;z-index:2}@media screen and (max-width:1200px){.HeroWithImage__content{min-height:500px;padding:40px}}@media screen and (max-width:1023px){.HeroWithImage__content{min-height:326px}}@media screen and (max-width:767px){.HeroWithImage__content{padding:20px 30px}}.HeroWithImage__content:before{background:var(--color-main);border-radius:16px;content:"";height:100%;left:0;position:absolute;top:0;width:calc(100% + 16px)}@media screen and (max-width:1023px){.HeroWithImage__content:before{height:calc(100% + 16px);width:100%}}.HeroWithImage__subtitle{font-size:16px;margin-bottom:8px}.HeroWithImage__subtitle,.HeroWithImage__title{position:relative;z-index:3}.HeroWithImage__description{margin-top:16px;position:relative;z-index:3}.HeroWithImage__image{overflow:hidden}.HeroWithImage__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}
