
.faq__s {
    @media only screen and (max-width: 768px) {
        padding: 0 20px;
    }
}

.faq-accordion-item {
    border: none;
    margin-bottom: 10px;
    background: #F5F5F5;
    color: black;
    border-radius: 8px;
}

.accordion {
    width: 100%;
}

.accordion-header {
    font-size: 1.5rem;
    font-weight: bold !important;
    background: #F5F5F5;
    border-radius: 8px;
}

.accordion-header button {
    background: transparent;
    font-size: 1.1rem;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: black; 
    background-color: transparent; 
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}