.hero-boxes{display:flex;flex-direction:column-reverse;box-shadow:var(--shadow-shifted)}.hero-boxes__content{padding:20px;background-color:var(--color-white)}.hero-boxes__img{aspect-ratio:7/4}.hero-boxes__links{display:grid;gap:24px}.hero-boxes__title{margin-bottom:32px}.hero-boxes__boxes{display:flex;flex-direction:column;gap:24px}.hero-boxes__box{padding:24px 16px;background-color:var(--color-grey-scale-100)}@media(min-width:750px){.hero-boxes__boxes{flex-direction:row}.hero-boxes__img{flex:0 0 41.935%}.hero-boxes__content{flex:1}.hero-boxes__box{display:flex;flex-direction:column;gap:24px;height:100%}.hero-boxes__text{flex:1}.hero-boxes__subtitle{padding-top:20px}}@media(min-width:999px){.hero-boxes{flex-direction:row-reverse}.hero-boxes__content{flex:1;padding:40px}.hero-boxes__links{grid-template-columns:repeat(2,1fr)}.hero-boxes__img{flex:0 0 41.935%;aspect-ratio:unset}.hero-boxes__box{padding:24px}}
