.hero {
    background-image: url('../images/desktop/stempel/banner.webp'), url('../images/desktop/stempel/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
}

.hero * {
    color: white;
    text-shadow: .05em .05em black;
}

.section-with-bg {
    background-image: url('../images/desktop/stempel/background.webp'), url('../images/desktop/stempel/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-with-bg .content {
    background: var(--background-color);
    padding: 1rem;
    box-shadow: 0 .15rem 1.5rem -.2rem black;
}

/* Mobile styles */
@media (max-width: 525px) {
    .grid-layout-three {
        --grid-max-columns: 1;
    }
}