
.hero-background-image{
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.3;
    overflow: hidden;
}

.hero-background-image::before {
    content: '';
    position: absolute;
    background-color: rgb(255 255 255 / 75%);
    z-index: 1;
}

.background-image-container{
    background-repeat: no-repeat;
    background-size: 100%;
}
