.faq-container.second {
    padding: 50px 40px;
}

.page-navigator {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 850px;
    height: 64px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid var(--Neutral-N0);
    background: #0000001A;
}

.page-navigator .items {
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.page-navigator .items .item {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    min-width: 128px;
    max-width: 180px;
    height: 44px;
}

.page-navigator .items .item.active {
    background: var(--Neutral-N0);
    color: var(--Primary-300);
    border: 1px solid var(--Primary-300);
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.faq-container.second {
    gap: 50px;
}

.faq-container.second .last-update {
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 10px 17px;
    width: 305px;
    height: 44px;
    border-radius: 300px;
    background: var(--Primary-50);
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.faq-container.second .page-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    /* text-align: justify; */
}

.faq-container.second .page-content .tbold {
    font-weight: 700;
}

.faq-container.second .page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.faq-container.second .page-content .second th,
.faq-container.second .page-content .second td {
    width: 25%;
}

.faq-container.second .page-content th,
.faq-container.second .page-content td {
    border: 1px solid #5B5B5B;
    padding: 10px 12px;
    text-align: left;
    width: 33.33%;
}

.faq-hero-container.second {
    padding-top: 2rem;
    text-align: center;
}

ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* .faq-container.second .page-content th {
    background-color: #f2f2f2;
}

.faq-container.second .page-content tr:nth-child(even) {
    background-color: #f9f9f9;
} */

.botton-navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4rem;
}

.botton-navigator .page-navigator {
    background: transparent;
    max-width: 900px;
}

.botton-navigator .page-navigator .items {
    text-wrap: nowrap;
    gap: 20px;
}

.botton-navigator .page-navigator .items .item {
    border: 1px solid var(--Neutral-N40);
    color: var(--Neutral-N400);
}

.botton-navigator .page-navigator .items .item.active {
    border: 1px solid var(--Primary-300);
    color: var(--Primary-300);
}

/* MOBILE RESPONSIVE  */

@media only screen and (max-width: 1122px) {
    .faq-hero.second {
        padding: 100px 10px 80px;
    }

    .faq-container.second {
        padding: 50px 20px;
        top: -50px;
    }

    .page-navigator {
        margin-top: 2rem;
        height: auto;
    }

    .botton-navigator .page-navigator {
        margin: unset;
    }
}


@media only screen and (max-width: 600px) {

    .faq-container.second .page-content th,
    .faq-container.second .page-content td,
    .faq-container.second .page-content .second th,
    .faq-container.second .page-content .second td {
        word-break: break-word;
    }
}

/* END OF MOBILE RESPONSIVE */