.text-block {
    width: 100%;
    padding: 15vw 10vw;
    position: relative;
}

.text-block .tg {
    margin: 3em 0px;
}

.text-block .tg tr td {
    padding: 15px;
}

.text-block .tg tr:nth-child(odd) td {
    background: #f4f4f4;
}

.text-block .tg tr:nth-child(odd) td:first-child {
    border-radius: 15px 0px 0px 15px;
}

.text-block .tg tr:nth-child(odd) td:last-child {
    border-radius: 0px 15px 15px 0px;
}

.text-block .tg tr td.tg-baqh {
    color: var(--foe-color-three);
    font-weight: bold;
}

.text-block .table-wrap {
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .text-block .table-wrap {
        overflow-x: scroll;
    }
}


.text-block .tg th {
    color: var(--foe-color-one);
    padding: 15px;
}


.text-block h3 {
    color: var(--foe-color-six);
}

.text-block p {
    text-align: center;
}

.page-id-32 .text-block h3 {
    font-size: 30px;
}

.text-block .button-container {
    display: flex;
    justify-content: center;
}

.text-block .button {
    margin-right: 0;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
    .text-block {
        padding: 10vw 15vw;
    }

    .text-block h3 {
        text-align: center;
    }

    .page-id-32 .text-block h3 {
        font-size: 36px;
    }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
    .text-block {
        padding: 7.5vw 20vw;
    }

    .page-id-32 .text-block {
        padding: 7.5vw 15vw;
    }

    .page-id-32 .text-block h3 {
        font-size: 40px;
    }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
    .text-block {
        padding: 5vw 25vw;
    }

    .page-id-32 .text-block {
        padding: 5vw 15vw;
    }

    .page-id-32 .text-block h3 {
        font-size: 50px;
    }
}