section.hero-simple {
    margin-bottom: var(--spacing-sm);
    mix-blend-mode: screen;
    background-size: cover !important;
    padding:var(--site-padding);
}

.hero-simple .container-fixed.center {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-width: 768px;
}

section.hero-simple::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent, #000);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section.hero-simple p {
    max-width: 500px;
}