.static { margin: 20px 0; line-height: 200%; }
.static .container { padding: 3rem; background: white; }
.static p { line-height: 27px; }
.static h1, .static h2 { line-height: 50px; }
.static h2 { margin-bottom: 20px; }
.table .row { border: 1px solid #666; border-bottom: 0; }
.table .row:last-child { border-bottom: 1px solid #666; }
.table .row .col { padding: 6px 14px; }
.table .row .col:not(:last-child) { border-right: 1px solid #888; }

@media (max-width: 1024px) {
.static .container { padding: 20px; }
.static h1, .static h2 { line-height: 150%; }
.table { padding: 0 15px; }
.table .row .col:not(:last-child) { border: 0; border-bottom: 1px dashed #888; }
}