#whitePaper {
    background: url("/img/whitepaper/background.jpg") no-repeat center;
    background-size: cover;
    height: 900px;
}

.offset-lg-1.col-lg-10 {
    background-color: rgba(255, 255, 255, .75);
}

.content p:nth-child(even) {
    font-size: .875rem;
}

.content p:nth-child(odd) {
    color: #0073a6;
    font-size: 1.125rem;
    font-weight: bold;
}

.text-center p:first-child {
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0;
    padding-top: 20px;
}

.text-center p:nth-child(2) {
    font-size: 1.25rem;
}

h5 {
    color: #0073a6;
}

h5 > span {
    font-size: 1.875rem !important;
    vertical-align: middle !important;
}
