.accordion-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 128px 32px;
    overflow: hidden;
    background-color: #FEF8E8;
    XXXborder: solid 1px red;
}

.accordion-widget * {
    XXXborder: solid 1px red !important;
    -webkit-tap-highlight-color: transparent !important;
}

.accordion-widget__area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1152px;
    height: auto;
    gap: 8px;
    overflow: hidden;
}

.accordion-widget__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 0 12px 0;
    overflow: hidden;
    font-size: 40px;
    font-weight: 800;
    color: #161616;
}

.accordion-widget__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    min-height: 32px;
    overflow: hidden;
    border-radius: 6px;
}

.accordion-widget__item_doubt {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 24px 64px 24px 16px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 6px;
    background-color: #161616;
    color: #FEF8E8;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.accordion-widget__item_doubt:hover {
    opacity: 0.99;
}

.accordion-widget__item_icon {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    right: 16px;
    overflow: hidden;
    font-size: 22px;
    color: #F44A22;
}

.accordion-widget__item_response {
    display: flex;
    align-items: start;
    justify-content: start;
    min-width: 100%;
    max-height: 0;
    padding: 0 16px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #FEF8E8;
    color: #161616;
    transition: max-height 0.2s ease-out;
}

.accordion-widget__item_response p {
    padding: 0 0px;
    color: #161616;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1152px) {

    .accordion-widget {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 96px 24px;
        overflow: hidden;
        background-color: #FEF8E8;
        XXXborder: solid 1px red;
    }

    .accordion-widget * {
        XXXborder: solid 1px red !important;
    }

    .accordion-widget__area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: auto;
        height: auto;
        gap: 8px;
        overflow: hidden;
    }

    .accordion-widget__title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0 0 12px 0;
        overflow: hidden;
        font-size: 32px;
        font-weight: 800;
        color: #161616;
    }

    .accordion-widget__item {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
        min-height: 32px;
        overflow: hidden;
        border-radius: 6px;
    }

    .accordion-widget__item_doubt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 16px 40px 16px 16px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 6px;
        background-color: #161616;
        color: #FEF8E8;
        font-size: 16px;
        font-weight: 400;
        border: none
    }

    .accordion-widget__item_doubt:hover {
        opacity: 0.99;
    }

    .accordion-widget__item_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        overflow: hidden;
        font-size: 22px;
        color: #F44A22;
    }

    .accordion-widget__item_response {
        display: flex;
        align-items: start;
        justify-content: start;
        min-width: 100%;
        max-height: 0;
        padding: 0 16px;
        overflow: hidden;
        border-radius: 0px;
        background-color: #FEF8E8;
        color: #161616;
        transition: max-height 0.2s ease-out;
    }

    .accordion-widget__item_response p {
        padding: 0 0px;
        color: #161616;
        font-size: 16px;
        font-weight: 400;
    }
}

@media (max-width: 976px) {

    .accordion-widget {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 64px 24px;
        overflow: hidden;
        background-color: #FEF8E8;
        XXXborder: solid 1px red;
    }

    .accordion-widget * {
        XXXborder: solid 1px red !important;
    }

    .accordion-widget__area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: auto;
        height: auto;
        gap: 8px;
        overflow: hidden;
    }

    .accordion-widget__title {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0 0 8px 0;
        overflow: hidden;
        font-size: 28px;
        font-weight: 800;
        color: #161616;
    }

    .accordion-widget__item {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
        min-height: 32px;
        overflow: hidden;
        border-radius: 6px;
    }

    .accordion-widget__item_doubt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 16px 46px 16px 12px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 6px;
        background-color: #161616;
        color: #FEF8E8;
        font-size: 14px;
        font-weight: 400;
        border: none
    }

    .accordion-widget__item_doubt:hover {
        opacity: 0.99;
    }

    .accordion-widget__item_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        overflow: hidden;
        font-size: 18px;
        color: #F44A22;
    }

    .accordion-widget__item_response {
        display: flex;
        align-items: start;
        justify-content: start;
        min-width: 100%;
        max-height: 0;
        padding: 0 12px;
        overflow: hidden;
        border-radius: 0px;
        background-color: #FEF8E8;
        color: #161616;
        transition: max-height 0.2s ease-out;
    }

    .accordion-widget__item_response p {
        padding: 0 0px;
        color: #161616;
        font-size: 14px;
        font-weight: 400;
    }
}