section.lelie-sectie {
    margin-top: 2rem;
    height: 914px;
    display: flex; align-items: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

section.lelie-sectie .content {
    width: 1500px;
    margin: 0 auto;
    display: flex; flex-direction: column;
    align-items: flex-end;
    padding: 3rem 1.5rem;
}

section.lelie-sectie .content p {
    max-width: 380px;
    color: #fff; font-size: 1.4rem;
    text-align: justify;
    margin-top: 1rem;
    font-weight: 300;
    text-shadow: 0 0 6px rgba(0,0,0,0.3), 0 0 12px rgba(0,0,0,0.5);
}
@media (max-width: 500px) {
    section.lelie-sectie .content p {
        text-align: start;
    }
    section.lelie-sectie .content p:first-of-type {
        margin-top: 3rem;
    }
}

section.lelie-sectie .content p a {
    text-decoration: underline;
    text-decoration-color: transparent;
    font-weight: 600; color: #fff;
}

section.lelie-sectie .content p a:hover {
    text-decoration-color: #fff;
}

section.lelie-sectie .wrapper {
    display: flex; flex-direction: column; justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    section.lelie-sectie .wrapper {
        align-items: start;
    }
}