.legal-page {
    padding: 0px 0px 40px 0px;
}

.bold {
    font-weight: 700;
}

.page-title h1 {
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
    font-family: Cormorant, serif;
    text-align: center;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
  }

.accordion-item {
border: none !important;
margin-bottom: 4px;
}

.accordion-header{
    background-color: #dd002f;
    color: white;
    padding: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 10px 10px;
}

.title-large {
    width: 81%;
}

.active .accordion-header{
    padding: 20px;

}

.accordion-content {
    background-color: white;
    border: 1px solid black;
    border-top: 0px;
    padding: 16px 20px;
    margin-bottom: 32px;
}

.accordion-content.text-medium p {
    font-weight: 400;
    margin-bottom: 20px;
}

.accordion-content ul {
    padding: 0px;
}

.accordion-content ul li{
    font-weight: 400;
}

.accordion-content ul li.list-text{
    margin-bottom: 20px;
}

.accordion-toggle {
    display: none;
}

.accordion-header {
    cursor: default;
}

.legal-content table,
.legal-content table th,
.legal-content table td {
    border: none;
}

.legal-content table th,
.legal-content table td {
    padding: 10px;
}

.legal-content table th {
    font-weight: 700;
    background-color: var(--strong-cream);
}

.legal-content table th:nth-child(2),
.legal-content table td:nth-child(2),
.legal-content table th:nth-child(4),
.legal-content table td:nth-child(4),
.legal-content table th:nth-child(5),
.legal-content table td:nth-child(5) {
    display: none;
}

.legal-content table th {
    display: none;
}

.legal-content table td {
    display: block;
    width: 100%;
}

.legal-content table td:nth-child(1) {
    font-weight: 700;
    padding-bottom: 0;
}

.legal-content table td:nth-child(3) {
    padding-top: 5px;
}

@media(min-width: 400px) {
    .legal-content table th {
        display: table-cell;
    }

    .legal-content table,
    .legal-content table th,
    .legal-content table td {
        border: 1px solid var(--acento-salmon);
    }

    .legal-content table td {
        display: table-cell;
        width: auto;
    }

    .legal-content table td:nth-child(1),
    .legal-content table td:nth-child(3) {
        font-weight: 400;
        padding: 10px;
    }
}

@media(min-width: 650px) {
    .legal-content table th,
    .legal-content table td {
        padding: 10px;
    }

    .legal-content table th:nth-child(2),
    .legal-content table td:nth-child(2),
    .legal-content table th:nth-child(4),
    .legal-content table td:nth-child(4),
    .legal-content table th:nth-child(5),
    .legal-content table td:nth-child(5) {
        display: table-cell;
    }
}

@media (min-width: 768px){
    .legal-page {
        padding: 0px 0px 40px 0px;
    }
}

@media (min-width: 962px) {
    .legal-page {
        padding: 0px 0px 40px 0px;
    }

    .accordion {
        max-width: 624px;
    }
}