/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* ------------------------ legal.html -------------------------- */

.section-row {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #9babbd;
}

.section-row:last-child {
    border-bottom: none;
}

.wrap-blog b {
    color: #071828;
    font-size: 110%;
}

.wrap-blog .legal-info {
    line-height: 32px;
    font-size: 14px;
}

.wrap-blog h3,
.wrap-blog h4 {
    color: #3eb1fc;
}

/* ------------------------ about.html -------------------------- */

.about-us h4 {
    color: #3eb1fc;
}

.about-us {
    line-height: 32px;
    font-size: 14px;
}