@media screen and (min-width: 991px) {
    .shadow-hero-header-in-mobile{
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
}


.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;
}
