.investeerderspool {
    padding: 0px 275px;
}

.investeerderspool .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.investeerderspool .investeerderspool-heaeder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.investeerderspool .investeerderspool-heaeder > img {
    width: 495px;
    height: auto;
    z-index: 1;
    transform: translateY(92px);
}

.investeerderspool .tekst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.investeerderspool h1 {
    margin-top: 60px;
    color: white;
    font-size: 125px;
    line-height: 40px;
    font-family: Rival, Bold;
    letter-spacing: 0px;
    text-align: center;
    z-index: 2;
}

.investeerderspool .tekst > p1 {
    margin-top: 50px;
    color: white;
    line-height: 54px;
    font-size: 42px ;
    font-family: Rival, Bold;
    letter-spacing: 0px;
    text-align: center;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .investeerderspool {
        margin-top: -90px;
        padding: 0px 60px;
    }

    .investeerderspool .tekst {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px;
    }

    .investeerderspool h1 {
        margin-top: 60px;
        color: white;
        font-size: 68px;
        line-height: 35px;
        font-family: Rival, Bold;
        letter-spacing: 0px;
        text-align: center;
        z-index: 2;
    }

    .investeerderspool .tekst > p1 {
        margin-top: 32px;
        color: white;
        line-height: 42px;
        font-size: 36px;
        font-family: rival;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 60px;
        font-weight: 100;
    }
  
}


@media screen and (max-width: 767px) {

    .investeerderspool {
        margin-top: 0px;
        padding: 40px 0px 0px 0px;
    }
    
    .investeerderspool .investeerderspool-heaeder > img {
        width: 369px;
        height: auto;
        z-index: 1;
        transform: translateY(0);
    }
    
    .investeerderspool .tekst {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 30px;
    }
    
    .investeerderspool h1 {
        margin-top: -25px;
        color: white;
        line-height: 64px;
        font-size: 32px;
        font-family: Rival, Black;
        letter-spacing: 0px;
        text-align: center;
        z-index: 2;
    }
    
    .investeerderspool .tekst > p1 {
        margin-top: 0px;
        color: white;
        line-height: 30px;
        font-size: 22px ;
        font-family: Rival, Bold;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 30px;

    }
}