.block-page-title-block h1{
    font-size: 1.866rem;
    color: var(--gold);
    margin: 32px 0 49px;
    line-height: 1.286em;
}
table{
    margin-bottom: 75px;
}
table td{
    vertical-align: top;
    padding-top: 30px;
}
table td{
    padding-right: 35px;
}
table td p{
    margin-bottom: 0.2em;
    line-height: 1.5em;
}
h4{
    font-size:var(--font-size-base);
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2rem;
}
article p{
    max-width: 700px;
    margin-bottom: 2em;
}
.ui-dialog article p{
    font-size: 0.9333rem;
    line-height: 1.286em;
    font-family: var(--font-sans);
    font-weight: 300;
    margin-bottom: 1.25em;
}
.ui-dialog article p strong{
    font-weight: 700;
}