.p-container {
    width: min(100%, 800px);
    margin-bottom: 100px
}

.p-container p, .p-container li, .p-container address {
    color: #6a7884;
    line-height: 160%;
    margin-bottom: 15px;
    word-break: break-word
}

.p-container ul, .p-container ol {
    list-style: disc inside
}

.p-container ul li, .p-container ol li {
    font-size: 1.25rem
}

.p-container ol {
    list-style: decimal inside
}

h1 {
    margin: 100px 0 60px 0;
    font-size: 3.75rem;
    color: #145397
}

h2 {
    font-size: 2.125rem;
    color: #3e4e57;
    margin: 60px 0 20px 0
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%;
    color: #4b707e;
    margin: 20px 0
}

address {
    font-style: normal
}

.table-wrapper {
    overflow-x: auto;
    width: 100%
}

table {
    text-align: start
}

table th, table td {
    padding: 12px 30px 12px 0;
    border-bottom: 1px solid #cfd3d7
}

table th:last-of-type, table td:last-of-type {
    padding-right: 0
}

table th {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 160%;
    color: #4b707e
}

table td {
    font-size: 1.25rem;
    line-height: 160%;
    color: #6a7884
}

table tbody tr:last-of-type td {
    border-bottom: none
}

@media (max-width: 1279px) {
    h1 {
        margin: 50px 0 0 0;
        font-size: 3.125rem
    }

    h2 {
        margin: 20px 0 10px 0
    }
}
