#hero-section {
    padding: 0;
}

.house-bg {
    background-image: url(../images/over-ons-banner.svg);
    background-repeat: no-repeat;
    margin-top: unset;
    background-position: bottom;
    background-size: cover;
}

.p.lead {
    font-size: 28px;
    line-height: normal;
    color: #141053;
}

.hero-cta p {
    width: 80%;
}



h2.section-heading {
    font-size: 60px;
    margin-bottom: unset;
    font-family: "museo-medium" !important;
}

.section-heading {
    color: #287cf8;

}

.section-heading.banner-heading {
    color: #141053;
    font-size: 60px !important;
    font-family: "museo-medium" !important;
    margin-bottom: 20px;
}

.check-list img {
    width: 30px;
    margin-right: 20px;
}

.check-list li {
    font-size: 25px;
    color: #141053;
    margin-bottom: 15px;
}

.beginnen-text {
    margin: auto;
    width: 65%;
}

.beginnen-text h4 {
    font-size: 40px;
    color: #141053;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
}

.beginnen-text p {
    font-size: 22px;
    color: #141053;
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
}

.main-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    margin-top: 50px;
}

.main-card-wrapper .main-card {
    text-align: center;
    width: 50%;
    margin: auto;
}

.main-card-wrapper .main-card p {
    text-align: center;
    font-size: 22PX;
    color: #414141;
}

#over-section {
    padding-top: 65px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    margin-bottom: 50px !important;
}

.custom-text-contain {
    padding-left: 40px;
}

.over-section-heading {
    font-size: 20px;
    color: #141053;
}

.panel-heading h2 {
    font-size: 40px;
    color: #141053;
    line-height: normal;
    margin-bottom: 20px;
}

#over-section img {
    border-radius: 30px 0px 30px 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-general-2 {
    margin-top: 20px;
}

#watkrijgje-section,
#faq-section,
#meerinfo-section,
#zowerkthet-section {
    padding: unset;
}

.com-img-main-wrapper .main-img {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    overflow: auto;
    gap: 10PX;
}

#watkrijgje-section,
#faq-section,
#meerinfo-section,
#zowerkthet-section,
.com-img-main-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}

#faq-section h4 {
    font-size: 40px;
    color: #141053;
    margin-bottom: 50px;
}

#over-section,
#faq-section,
#meerinfo-section,
#zowerkthet-section {
    margin-bottom: unset !important;
}

.accordion-body p {
    font-size: 16px;
}



.btn-general.banner-btn {
    padding: 16px 95px;
    border-radius: 45px;
    font-size: 23px;
}
.btn-general-2.banner-btn {
    padding: 20px 112px;
    border-radius: 45px;
    font-size: 30px;
    background-color: #6C63FF;
}

/* responsive */

@media (max-width: 1400px) {
    h2.section-heading {
        font-size: 38px !important;
    }

    .section-heading.banner-heading {
        font-size: 38px !important;
    }

    .beginnen-text {
        width: 100%;
    }

    .main-card-wrapper .main-card {
        width: 80%;
    }

    .custom-text-contain {
        padding-left: 20px;
    }
    .btn-general.banner-btn {
        padding: 16px 95px;
        border-radius: 45px;
        font-size: 20px;
    }
    .btn-general-2.banner-btn {
        padding: 18px 100px;
        border-radius: 42px;
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .section-heading.banner-heading {
        font-size: 32px !important;
    }

    .check-list li {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .check-list img {
        width: 25px;
        margin-right: 15px;
    }

    .panel-heading h2 {
        font-size: 32px;
    }

    #faq-section h4 {
        font-size: 32px;
    }

    .com-img-main-wrapper .main-img {
        gap: 20PX;
    }
    .btn-general.banner-btn {
        padding: 13px 90px;
        border-radius: 42px;
        font-size: 18px;
    }

}

@media (max-width: 991px) {

    #watkrijgje-section,
    #faq-section,
    #meerinfo-section,
    #zowerkthet-section,
    .com-img-main-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .main-card-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        margin-top: 0px;
    }

    .main-card-wrapper .main-card {
        width: 100%;
    }

    .custom-text-contain {
        padding: 0;
        padding-top: 20px;
    }

    .panel-heading h2 {
        font-size: 28px;
        text-align: center;
    }

    #faq-section h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .panel-body p {
        text-align: center;
    }

    .panel-body .panel-body-btn {
        text-align: center;
    }

    #over-section {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .btn-general-2.banner-btn {
        padding: 16px 90px;
        border-radius: 40px;
        font-size: 24px;
    }

}

@media (max-width: 767px) {
    .main-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0px;
        gap: 20px;
    }

    .panel-heading h2 {
        font-size: 24px;
    }

    .over-section-heading {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    #faq-section h4 {
        text-align: center;
        font-size: 24px;
    }

    #cta-section h2 {
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    .btn-general {
        margin-bottom: 30px;
    }

    .mobile-footer {
        z-index: 999;
    }
    .btn-general.banner-btn {
        padding: 12px 60px;
        border-radius: 38px;
        font-size: 16px;
    }
    .btn-general-2.banner-btn {
        padding: 14px 85px;
        border-radius: 38px;
        font-size: 20px;
    }

}


@media (max-width: 575px) {
    h2.section-heading {
        font-size: 28px !important;
    }

    .section-heading.banner-heading {
        font-size: 28px !important;
    }

    .panel-heading h2 {
        font-size: 22px;
    }

    .check-list li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .check-list img {
        width: 20px;
        margin-right: 10px;
    }

    .over-section-heading {
        margin-bottom: 20px;
    }

    .panel-body p {
        font-size: 18px;
    }

    #over-section {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    #cta-section h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hero-cta p {
        width: 100%;
        line-height: normal;
    }
}

@media (max-width: 480px) {
    h2.section-heading {
        font-size: 24px !important;
    }

    .section-heading.banner-heading {
        font-size: 24zpx !important;
    }

    .check-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .main-card-wrapper .main-card p {
        text-align: center;
        font-size: 18PX;
        color: #414141;
    }

    .main-card-wrapper {
        gap: 10px;
    }
}

@media (max-width: 375px) {
    h2.section-heading {
        font-size: 24px !important;
    }

    .section-heading.banner-heading {
        font-size: 24zpx !important;
    }

    .check-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}