.card-elegant{
    padding: 2.5rem;
    background-color: white;
    border: 1px solid var(--grey-200);
    border-radius: var(--border-radius-large) var(--border-radius-large) var(--border-radius-huge);
}

.background-cover-image{
    opacity: 0.2;
}

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