.content-sectie h1 {
    order: -1;
}

.content-sectie {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.content-sectie h1+p{
    order: -1 !important;
}
@media only screen and (min-width: 981px){
    .usps {
        display: flex;
        justify-content: space-between;
    }
    } 
.content-sectie h2{
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
}

.content-sectie h3{
    font-size: 18px;
}
.CTA-sectie{
    margin-bottom: 20px;
}
.usp {
    font-size: 20px;
}
.content-sectie a{
    text-decoration: underline;
}
.content-sectie a:hover{
    text-decoration: underline;
}
a[href^="tel:"]{
    color: #428bca !important;
    text-decoration: underline !important;
}
.img {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
}