.section-table {
    margin-bottom: 12rem;
}

@media (max-width:991.98px) {
    .section-table {
        margin-bottom: 6rem;
    }
    .section-table__table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.section-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-table__row.section-table__row--header .section-table__td {
    color: var(--moerk-primary);
    font-family: var(--moerk-font-family-heavy);
    font-size: 1.4rem;
    letter-spacing: 1.96px;
}

.section-table__td {
    min-width: 10rem;
    color: var(--moerk-body-color);
    font-size: 2rem;
    line-height: 72px;
}

.section-table__td:nth-child(2) {
    min-width: 25rem;
}

@media (max-width:991.98px) {
    .section-table__td {
        white-space: nowrap;
        margin-right: 4rem;
    }
}

.section-table__td p {
    color: #a5a5a5;
    line-height: 72px;
}

.section-table__td a {
    font-size: 2rem;
}

.section-table__td a.pdf {
    color: var(--moerk-primary);
    text-transform: uppercase;
}