/* banner
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */
.bannerarea {
    background-color: transparent;
    overflow: visible;
    min-height: 570px;
}
.banner-content-holder {
    align-items: center;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
.banner-content-holder h1 {
    max-width: unset;
}
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.gradient-smudge.banner-smudge {
    z-index: -1;
}
.gradient-smudge.banner-smudge .smudge {
    border-radius: 2751px;
    width: 2751px;
    height: 317px;
    transform: translate(-50%, -5%);
    left: 50%;
    top: 50%;
}

/* faq-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.faq-section {
    padding-top: 0;
}
.faq-section::before {
    background: transparent;
}
.faq-inner {
    max-width: 1500px;
    justify-content: center;
}
.faq-holder {
    max-width: 100%;
}
.faq-question h2 {
    margin-bottom: 0;
    color: var(--main-color);
}