section {
    padding-bottom: 15rem;
    font-weight: 300;
}
section .container > div {
    width: 250rem;
    padding-left: 12.5rem;
}
section h2 {
    color: #30f529;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
}
section h3 {
    margin-bottom: 3.5rem;
    color: #30f529;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
}
section table tr th {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-weight: 500;
    font-size: 3rem;
}

@media (max-width: 991px) {
    section .container > div {
        width: 100%;
        padding-left: 0;
    }
}