.page .header-top{
    background-color: var(--blue) !important;
    padding: 60px 80px 50px 80px;
}

.page .header-top.header-croll-down,
.page .header-top.header-croll-up{
    background-color: transparent !important;
}

.page article{
    padding: 220px 80px 0px 80px;
}

.page article h1{
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    text-wrap: balance;
}


.page article h1::before {
    content: "";
    display: block;
    width: 140px;
    height: 90px;
    background-image: url(/wp-content/themes/blankslate/img/icon-left-tittle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    position: absolute;
    left: -115px;
    top: -10px;
    z-index: -1;
}

.page article h2{
    font-size: 32px;
}

.page article h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-wrap: balance;
}

.page article p strong{
    font-weight: 600;
}

.page article a,
.page article p a{
    color: var(--blue);
}


.page article a:hover,
.page article p a:hover{
    color: var(--geel);
}

.voor-wie-bootom-box{
    margin-right: -80px;
    margin-left: -80px;
    margin-top: 80px !important;
}

@media (max-width: 1100px) {
    .page .header-top{
        background-color: var(--blue) !important;
        padding: 30px 30px 30px 30px;
    }

    .page article {
        padding: 150px 30px 0 30px;
    }

    .page article h1 {
        font-size: 38px;
        line-height: 1.8;
    }

    .page article h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .page article h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .voor-wie-bootom-box{
        margin-right: -30px;
        margin-left: -30px;
        margin-top: 60px !important;
    }
}

@media (max-width: 768px) {
    #site-title svg {
        width: 70%;
    }

    .page article h1 {
        font-size: 25px;
        line-height: 1.3;
    }

    .page article h2 {
        font-size: 19px;
        line-height: 1.2;
    }

    .page article h3 {
        font-size: 16px;
        line-height: 1.2;
    }

    .page article {
        padding: 120px 25px 0 25px;
    }

    .page article p,
    .page article li{
        font-size: 15px;
        line-height: 28px !important;
    }

    .voor-wie-bootom-box{
        margin-right: -25px;
        margin-left: -25px;
    }

}