#voordelen{
    top: 0;
    position: relative;
    color: #000;
    height: 100%;
    width: 90vw;
    max-width: 1266px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#voordelen h2{
    width: 100%;
}

.uspWrapper{
    width: 20vw;
    max-width: 280px;
}

.iconWrapper{
    position: relative;
    width: 50%;
    height: 35%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.icon{
    width: 100%;
    height: 100%;
}

#voordelen p{
    font-size: min(1.5vw, 18px);
    text-align: center;
}

#custom,
#flag,
#party{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#cowMark3{
    position: relative;
    max-width: 18x;
    width: 8vw;
    margin: min(6vw, 100px) 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:480px)  {
    
    .uspWrapper{
        width: 45vw;
    }
    
    #voordelen p{
        font-size: 3.1vw;
    }

    #cowMark3{
        width: 11vw;
        margin: 25vw 0 15vw 0;
    }
}