/* groen */


section section:nth-of-type(2)  div {
    background-color: var(--color-eten);
    padding: 5em 5em 2.5em 5em;
}

main > section > section:nth-of-type(2) div > h2:nth-of-type(1) {
    position: absolute;
    right: .5em;
    top: 2em;
    margin: 0;
    font-size: 3.3em;
}

section section:nth-of-type(2) article:nth-of-type(4) ul {

    font-size: 1.375em;
    font-family: 'aaux';
    font-weight: lighter;

    line-height: 1.5;
    margin-top: 0;
    
}


section section:nth-of-type(2) h2 {
    font-size: 2em;
}

section section:nth-of-type(2) article:nth-of-type(2) h2,
section section:nth-of-type(2) article:nth-of-type(3) h2,
section section:nth-of-type(2) article:nth-of-type(4) h2{
    font-size: 1.3em;
    margin-bottom: .3em;
    margin-top: 2em;
}


@media (max-width: 47.9em) {

    section section:nth-of-type(2) div {
        background-color: var(--color-eten);
        padding: 1em 1em 1em 1em; 
    }
}