.hero-header {
    background-image: url(https://cdn.prod.website-files.com/658be563adc727c27b27070b/6735092f739a845d024af593_Group%201000005603.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    padding-top: 8rem;
    display: flex;
    position: relative;
}

.max-header-cotainer-w {
    max-width: 50rem !important;
}

.object-contain {
    object-fit: contain !important;
}