.section-hero .component__header{padding:48px 0;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}
.section-hero .component__header--wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch}
.section-hero .component__image{display:flex;height:480px;width:100%;background-size:cover;background-repeat:no-repeat;aspect-ratio:3 / 1}
@media screen and (min-width:768px) and (max-width:1023px){.section-hero .component__image{height:432px;aspect-ratio:16 / 9}
}
@media screen and (max-width:767px){.section-hero .component__image{height:375px;aspect-ratio:1 / 1}
}
@media screen and (min-width:768px){.section-hero .component__header{padding:64px 0}
}
@media screen and (min-width:1024px){.section-hero .component__header{padding:80px 0}
}
body[dir="rtl"] .section-hero .component__header{direction:rtl}