.page {
    padding: 100px 20px;
}
.page__title {
    font-size: 28px;
    color: #ED6D3A;
    text-align: center;
    margin-bottom: 30px !important;
}
.page__content {
    color: #788691;
}
.page__content p {
    font-size: 16px;
    margin-bottom: 20px !important;
}

.page__content a {
    color: #ED6D3A;
    text-decoration: underline;
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
    border-spacing: 0;
    border-radius: 5px;
}
.wp-block-table table th, table td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    vertical-align: middle;
    font-size: 14px;
}
.wp-block-table table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 6%);
}
.wp-block-table table tr:nth-child(2n) td {
    background: rgba(0,0,0,0.01);
}

@media screen and (min-width: 768px) {
    .page__title {
        font-size: 40px;
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 1000px) {
    .page__title {
        font-size: 46px;
    }
}