.page {
    padding-top: 80px;
    padding-bottom: 140px;
    background-color: #f7f7ff;
    color: #2f3787;
}

.container {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.page-title {
    font-family: Oswald, Helvetica,Arial,Lucida,sans-serif;
    font-size: 80px;
    letter-spacing: -3px;
    line-height: .8em;
    padding-bottom: 45px;
    border-bottom: 1px solid #2f3787;
    margin-bottom: 37px;
}

.content-title {
    font-family: Oswald, Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -.7px;
    line-height: 1em;
    margin-bottom: 15px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block p {
    font-family: Poppins,Helvetica,Arial,Lucida,sans-serif;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: -.7px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.content-block p:last-child {
    margin-bottom: 0;
}

.content-block p a {
    color: #bb181e;
}

@media (max-width: 767px) {
    .page-title {
        font-size: 50px;
    }
}