.contact_cta {
    padding-top:60px;
    padding-bottom:60px;
}

.col-lg-12{
    padding: 0px;
}

.contact_cta .row.row_2 {
    background: #54A4C8;
    padding: 15px 50px 0px 50px;
    border-radius: 0px 0px 30px 30px;
    border-top: 1px solid #2D4E6A;    
}

.contact_cta .row {
    background: #54A4C8;
    padding: 32px 32px 32px 50px;
    border-radius: 30px 30px 0px 0px;
}

.contact_cta .image{
    width: 200%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    }
.bi-check{
    color: #2BC798;
    font-size: 2rem;
}

.primaire_button{
    background-color: #C72B33;
    border: 2px solid #C72B33;
    padding: 20px 40px;
    margin-right: 10px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
} 

.secundaire_button {
    background-color: #54A4C8;
    padding: 20px 40px;
    border: 2px solid white;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
}

.punten{
    padding: 20px 0px;
    background: #54A4C8;
    border-radius: 0px 0px 30px 30px ;
}


.contact_cta h2{
    color: white !important;
    text-align: left;
    font-size: 64px;
}

.contact_cta p{
    color: white !important;
    text-align: left;
    font-size: 13px;
}

.contact_cta a {
    color: white !important;
}

@media only screen and (max-width: 992px) {
    .contact_cta .row {
        padding: 50px 25px;
    }
    .contact_cta .row.row_2 {
        padding: 15px 50px 0px 50px;
    }
  }