
.faq-box .faq-header:nth-child(1n + 1) {
    margin-bottom: 1rem;
    padding: 1rem;
    color: #7f6daf;
    background-color: #A9EEFE;
    border-radius: 3rem;
}

.faq-box .faq-header button {
    text-decoration: none;
    font-size: 28px;
    font-family: 'OpenSansBold', sans-serif;
    color: #7F6DAF;
}
.faq-box .faq-header button:active, .faq-box .faq-header button:hover {
    color: #7F6DAF !important;
}

.faq-box .faq-header button i {
    color: #fff;
    background-color: #FE2C57;
    border-radius: 3rem;
    padding: 15px;
}

.faq-box .card-body {
    padding: 1rem;
}
.faq-box .card-body p {
    line-height: 24px;
    font-size: 18px;
    color: #7f6eb0;
}