#duurzame-toekomst {
    display: flex;
    flex-direction: column;
    background: url(https://mediabox.groepvanroey.be/asset/57268d3a-5e9a-4bf2-a4f7-fe93c3fc792b/Webp/Corporate_CO2_prestatieladder_achtergrond.webp) rgba(0, 0, 0, .5);
    background-position: center;
    background-size: cover;
    border-radius: .625rem;
    color: white;
    background-blend-mode: multiply;
    box-sizing: border-box;
    padding: 2.5rem;
    font-size: 1.2rem;

    p {
        line-height: 1.4;
        margin-bottom: 1.25rem;
    }

    span {
        font-weight: 200;
        line-height: 1.4;
    }

    h3 {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }

    li {
        font-size: 1.2rem;
        font-weight: 200;
    }

    strong {
        font-size: 1.2rem;
    }

    a {
        color: inherit;
    }

    ul {
        margin: 0;
        margin-bottom: 1.25rem;
    }

    .files {
        list-style: url(/pdf.svg);
        list-style-position: inside;
        padding: 0;

        li {
            display: flex;
            align-items: center;
            gap: 1rem;
            height: 5rem;

            &::before {
                content: '';
                mask-image: url(/pdf.svg);
                mask-position: center;
                background-color: #e83131;
                font-size: 5rem;
                width: 2.5rem;
                aspect-ratio: 1/1.21;
            }
        }
    }
}