.rte-block h3 {
    margin-bottom: 10px;
    color: #005972;
}

.rte-block div {
    font-size: 16px;
    color: #605f5f;
    line-height: 1.5625;
}

.rte-block {
    color: #605f5f;
}

/* Padding in .rte-block table td */
.rte-block table td {
    padding: 10px;
}

.rte-block a, .rte-block a:visited {
    color: #005a73;
    text-decoration: underline;
}

.rte-block p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #605f5f;
}

@media only screen and (max-width: 639px) {
    .rte-block p {
        font-size: 16px;
    }
}