#header.about{
    position: relative;
    padding-top: 200px;
    height: 650px;
    background-size: cover!important;
    @media (max-width: 1200px) {
        padding-top: 60px;
        height: 600px;
    }
    .content{
        .content__inner{
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 24px;
            h1,h5{
                color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
            }
                h5{
                   text-align: justify;
                }

        }
    }
    .content::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(14, 31, 56, 0.80);
        filter: blur(30px);
    }
    .second{
        margin-top: 40px;

        .links{
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: space-around;
            @media (max-width: 1200px) {
                justify-content: flex-start;
                gap: 12px;
            }
            a{
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                color: var(--Text-Light-Green-High-empasis, rgba(0, 221, 141, 0.87));
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }
        }
    }
    .header_rookwolk{
        position: absolute;
        bottom: -14vw;
        left: 0;
        width: 100%;
        z-index: 1;

    }
}

#features.about{
    padding-top: 275px;
    padding-bottom: 60px;
    background: var(--Base-Palette-Blue-Blue_300, #002B57);
    @media (max-width: 1200px) {
        padding-top: 100px;
        .col-12:first-child{
            margin-bottom: 24px;
        }
        .col-12:nth-child(3){
            margin-top: 24px;
        }

    }
    .blocks{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .block{
        height: 100%;
        border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
        border: 1px solid #022950;
        background: #05386B;
        padding: 16px;
        h5, span{
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
    }
    .second{
        margin-top: 24px;
    }
}

#demo.about{
    padding: 64px 0;
    background-size: cover!important;
    .content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        @media (max-width: 1200px) {
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
        }
        h2{
            color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
        a{
            border-radius: 8px;
            color: rgba(5, 56, 107, 0.87);
            background: var(--Brand-Green, #00DD8D);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
    }

}

#voorraad.about, #retouren.about, #inkoop.about, #btw_facturen.about, #email.about{
    padding: 64px 0;
    @media (max-width: 1200px) {
        .second{
            .col-12:first-child{
                margin-bottom: 24px;
            }
        }
    }
    .first{
        h2, p, span{
            color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
        h2{
            margin-bottom: 24px;
        }
        p{
            margin-bottom: 40px;
        }
    }
    .blocks{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .block{
        height: 100%;
        border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
        border: 1px solid #022950;
        background: #00264C;                padding: 16px;
        h5, span{
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
    }
    .button{
        display: flex;
        justify-content: flex-end;
        a{
            white-space: nowrap;
            border-radius: 8px;
            border: 2px solid var(--Buttons-Secondary-Button-Secondary-Shadow, #2A5580);
            background: var(--Buttons-Secondary-Button-Secondary-Default, #001C38);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
            width: max-content;
        }
    }
}

#orderverwerking.about, #distributie.about{
    padding: 64px 0;
    background: var(--Base-Palette-Blue-Blue_300, #002B57);
    @media (max-width: 1200px) {
        .col-12:first-child{
            order: 2;
            margin-top: 24px;
        }
    }
    .image{
        @media (max-width: 1200px) {
            padding: 0 20px;
        }
        img{
            width: 100%;
        }
    }
    .content{
        display: flex;
        flex-direction: column;
        gap: 32px;
        .content__inner{
            display: flex;
            flex-direction: column;
            gap: 24px;
            h2, p{
                color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
            }
        }
    }
    .blocks{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .block{
        height: 100%;
        border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
        border: 1px solid #022950;
        background: #00264C;                padding: 16px;
        h5, span{
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
        a{
            color: var(--Base-Palette-Basics-Brand_Green, #00DD8D);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 1px;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }
    }
    .button{
        display: flex;
        justify-content: flex-end;
        a{
            border-radius: 8px;
            border: 2px solid var(--Buttons-Secondary-Button-Secondary-Shadow, #2A5580);
            background: var(--Buttons-Secondary-Button-Secondary-Default, #001C38);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
            width: max-content;
        }
    }
}

#contact.about, #contact_2.about, #demo_2.about{
    padding: 64px 0;
    background-size: cover!important;
    .content{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        @media (max-width: 1200px) {
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            h2, h5{
                text-align: left;
            }
        }
        h2, h5{
            color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
        a{
            border-radius: 8px;
            color: rgba(5, 56, 107, 0.87);
            background: var(--Brand-Green, #00DD8D);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
    }

}

#retouren.about, #inkoop.about, #btw_facturen.about, #email.about{
    @media (max-width: 1200px) {
        .col-12:first-child{
            margin-bottom: 24px;
        }
    }
}

#prestaties.about, #repricer.about{
    padding: 64px 0;
    background: var(--Base-Palette-Blue-Blue_300, #002B57);

    .image{
        @media (max-width: 1200px) {
            margin-top: 24px;
        }
        img{
            width: 100%;
        }
    }
    .content{
        display: flex;
        flex-direction: column;
        gap: 32px;
        .content__inner{
            display: flex;
            flex-direction: column;
            gap: 24px;
            h2, p{
                color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
            }
        }
    }
    .blocks{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .block{
        height: 100%;
        border-radius: var(--Surfaces-Cards-Card-Radius, 8px);
        border: 1px solid #022950;
        background: #00264C;                padding: 16px;
        h5, span{
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
        }
    }
    .button{
        display: flex;
        justify-content: flex-start;
        a{
            border-radius: 8px;
            border: 2px solid var(--Buttons-Secondary-Button-Secondary-Shadow, #2A5580);
            background: var(--Buttons-Secondary-Button-Secondary-Default, #001C38);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
            width: max-content;
        }
    }
}

#growth.about{
    padding: 40px 0;
    background-size: cover!important;
    .growth_content{
        position: relative;

        .growth_content__inner{
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            gap: 24px;
            h2, p{
                color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
            }
        }
    }
    .growth_content::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(14, 31, 56, 0.80);
        filter: blur(30px);
    }
    .button{
        display: flex;
        justify-content: flex-end;
        a{
            border-radius: 8px;
            border: 2px solid var(--Buttons-Secondary-Button-Secondary-Shadow, #2A5580);
            background: var(--Buttons-Secondary-Button-Secondary-Default, #001C38);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--Text-Standard-Standard-High-Emphasis, rgba(204, 229, 255, 0.87));
            width: max-content;
        }
    }
}

#cta.about{
    padding: 64px 0;
    background: #082038;
    h2{
        color: var(--Text-Inverted-Inverted-High-Emphasis, rgba(204, 229, 255, 0.87));
        margin-bottom: 40px;
        @media (max-width: 1200px) {
            margin-bottom: 24px;
        }
    }
    .button{
        display: flex;
        justify-content: center;
        a{
            border-radius: 8px;
            color: rgba(5, 56, 107, 0.87);
            background: var(--Brand-Green, #00DD8D);
            height: 40px;
            min-height: 40px;
            max-height: 40px;
            padding: 8px 16px;
        }
    }
}
