.title-title{
    font-size: 3rem;
}

.h1-title{
    font-size: 2em;
}

.tekst-style{
    padding-left: 25px;
    padding-right: 25px;
}

.stappen {
    display: inline;
}

.producten {
    display: inline;
}


.product.card_{
    margin-bottom: 25px;
}

.info-img {
    width: 100%;
    padding: 15px;
}

.cta-p{
    margin: 5px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cta-s{
    margin: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.title-subtitle{
    font-size: 1.5rem;
}

.div50{
    height: 35px;
}

.div25{
    height: 15px;
}

.value-tekst {
    font-size: 12px;
}



@keyframes bg-circle {
    0% {
        background-size: 350%;
        background-position: left 100% bottom 0;
    }
    50% {
        background-size: 350%;
        background-position: left 10% bottom 0;
    }
    100% {
        background-size: 350%;
        background-position: left 100% bottom 0;
    }
    
}

.success-img{
    width: 100%;
    -webkit-filter: drop-shadow(0px 50px 20px rgba(0, 0, 0, 0) );
    filter: drop-shadow(0px 50px 20px rgba(0, 0, 0, 0));
}