.frequent-questions {
    padding: 0 240px;
    margin-bottom:40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frequent-questions .accordion {
    max-width: 800px;
}

.accordion-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #6D7280 !important;
}

.accordion-body {
    padding: 20 32px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #000000;
}

.accordion-body ul li{
    margin-bottom: 6px;
}

.collapsed{
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 140% !important;
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #111827 !important;
    background-color: #F3F4F6 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

@media screen  and (min-width: 641px) and (max-width: 1024px) {
    .frequent-questions {
        padding: 32px 16px;
        margin-bottom:40px;
    }

    .frequent-questions .accordion {
        padding-left: 32px;
        /*padding-right: 32px;*/
        margin:0;
    }
}


@media screen and (max-width: 640px) {
    .frequent-questions {
        padding: 16px 0;
        margin-bottom:40px;
    }

    .frequent-questions .accordion {
        padding-left: 16px;
        padding-right: 16px;
    }
}