.hero-banner-mb-container{align-items:center;display:flex;flex-direction:row;gap:var(--spacing-x-large);margin:0 auto;padding-bottom:var(--spacing-xxxx-large);width:100%}.hero-banner-mb-text-side{display:flex;flex:1;flex-direction:column;gap:var(--spacing-small)}.hero-banner-mb-text-side h1{margin-bottom:0}.hero-banner-mb-image-side img{border-radius:8px;height:auto;object-fit:cover;width:100%}.herobanner-md-image-container img{max-height:600px;object-fit:cover;width:100%}@media (max-width:800px){.hero-banner-mb-container{align-items:flex-start;flex-direction:column;gap:var(--spacing-large)}.hero-banner-mb-image-side{display:none}}@media screen and (max-width:349px){.hero-banner-mb-text-side h1{font-size:42px!important;line-height:40px!important}}