.faq {
    width: 100%;
}

.faq-box-header {
    background-color: var(--website-primary-color);
    border-radius: 4px 4px 0px 0px;
    height: 1.5 rem;
    color: white;
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.faq-box-body {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid var(--website-primary-color);
    height: 1.5 rem;
    color: #343A40;
    padding: 10px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.faq-business-list {
    color: var(--website-primary-color);
    text-shadow: 0px 4px 20px black;
}

.text-center h6.faq-business-list a {
    text-decoration: none !important;
}