.faq_background {
    background: white;
}

.wrapper-card {
    border-radius: 25px;
    background: var(--light);
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;

}

.background-cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    background: var(--light-darker);
}

.wide-divider {
    width: 80%;
    height: 6px;
    background: linear-gradient(to right, var(--maize) 50%, var(--blue) 50%);
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bottombar a, .bottombar span, .bottombar .text-white {
    color: black !important;
}
 