.text-block {
    margin: 6px 0;
    padding: 50px 0;
}

.text-block.last {
    margin-bottom: 8px;
}

.text-block,
.text-block.gray {
    background: #e6e6e4;
}

.text-block.white {
    background: white;
}

.text-block.red {
    background: #dc002e;
    color: white;
}

.text-block.red a {
    border-bottom: 1px solid;
    color: #e6e6e4;
}

.text-block p, 
.text-block span {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.text-block .title {
    margin-top: 0;
}

.text-block .sub-title {
    margin-top: 0;
    text-transform: uppercase;
}

.text-block .text {
    margin-top: 20px;
}

@media (max-width: 1500px) {
    .text-block p, 
    .text-block span {
        font-size: 16px !important;
    }
}