.faq {
    border-radius: 10px;
}

.faq a {
    color: #404040 !important;
}

.faq a:hover {
    text-decoration: none;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 8px;
    background: #ffffff;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 6px;
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 20px;
    height: 60px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fffceb;;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button.collapsed {
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(164, 164, 164, 0.2);
    background: #f2f4f5;
}

.faq .accordion .card .card-body {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

@media (min-width: 576px) {
    .card-name {
        font-size: 15px !important;
    }
}