.terms {
    position: relative;
    min-height: 100vh;
    height: max-content;
}

.terms__content {
    padding: 80px 0 60px;
}

@media (min-width: 1180px) {
    .terms__content {
        padding: 120px 120px 140px;
    }
}

.terms__content .main-title {
    font-weight: 800;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
}

.terms__content div div {
    margin-bottom: 24px;
}

.terms__content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.terms__content h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 40px;
}

.terms__content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 40px;
}

.terms__content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 40px;
}

.terms__content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.terms__content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #62666C;
    margin-bottom: 15px;
    display: inline-block;
}

.terms__content ol {
    list-style-type: none;
    list-style: none;
    counter-reset: my-counter;
    padding-inline-start: 0;
}

.terms__content ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #35EC94;
    padding-right: 16px;
}

.terms__content ul {
    list-style-type: none;
    list-style: none;
    padding-inline-start: 0;
}

.terms__content ul li::before {
    content: '\2022';
    color: #35EC94;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    padding-right: 16px;
}

.terms__content li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #62666C;
    margin-bottom: 16px;
}

.terms__content li:first-child {
    margin-top: 10px;
}

.terms__content li:last-child {
    margin-bottom: 10px;
}

.terms__content a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #FCEE20;
}

table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 25px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #666;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 20px;
}

table tbody tr:last-child td {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

tbody tr:first-child td {
    padding-top: 10px;
}

.wp-block-table thead tr td {
    text-align: center;
    padding: 10px 20px !important;
    background-color: #c3bd96;
}


.wp-block-table thead tr td strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}


.wp-block-table td {
    border: 0 !important;
    padding: 10px 20px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #62666C;
}

.wp-block-table {
    overflow-x: inherit !important;
}

.wp-block-table table {
    margin-bottom: 25px;
}
