.post-content {
    font-family: "corpoaregular",sans-serif;
}

.lr-section-1 {
    font-size: 15px;
    margin-top: 30px;
}

.lr-section-2-inner {
    background: #e4e4e4;
    margin-top: 30px;
    padding: 20px 10px 10px 10px;
}

.lr-section-3 {
    display: none;
}

.lr-section-4 {
    margin-top: 20px;
}

.mb-blue {
    color: #0158a7;
}

.lr-section-1 .emphasized {
    font-size: 20px;
    font-weight: 800;
}

.lr-section-2 .headline {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lr-section-2-row-wrapper {
    margin-top: 10px;
}

.lr-section-2-row-wrapper img {
    display: inline-block;
    vertical-align: top;
    width: 45px;
}

.lr-section-2-row-content {
    display: inline-block;
    vertical-align: bottom;
    width: 79%;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
}

.lr-section-4 .headline {
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: 800;
}

.lr-section-4-row {
    text-align: center;
    text-transform: uppercase;
}

.lr-section-4-col img {
    width: 135px;
}

.lr-section-4-col img {

}

.lr-section-4-col-content {
    font-size: 16px;
    font-weight: 900;
    font-family: "Roboto",sans-serif;
    margin: 10px 0;
    line-height: 16px;
}

.lr-btn {
    background: #0158a7;
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    padding: 13px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.lr-btn a {
    color: #fff;
}

.lr-btn a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .lr-section-1,
    .lr-section-2,
    .lr-section-3,
    .lr-section-4 {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .lr-section-2,
    .lr-section-4 {
        margin-left: 13px;
    }

    .lr-section-3 {
        margin-top: 20px;
    }

    .lr-section-4-col {
        display: inline-block;
        width: 33%;
        vertical-align: top;
    }

    .lr-section-4-col img {
        width: 96px;
    }

    .lr-section-4-col-content {
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .lr-section-1 {
        font-size: 17px;
    }

    .lr-section-3,
    .lr-section-4 {
        margin-top: 40px;
    }

    .lr-section-2-inner {
        width: 436px;
        margin: auto;
        margin-top: 30px;
    }

    .lr-section-4-inner {
        width: 436px;
        margin: auto;
    }

    .lr-section-2 .headline {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .lr-section-2-row-content {
        font-size: 21px;
    }

    .lr-section-4 .headline {
        font-size: 40px;
        line-height: 36px;
    }

    .lr-section-4-col-content {
        font-size: 17px;
        line-height: 19px;
    }

    .lr-section-4-col img {
        width: 125px;
    }

    .lr-btn {
        width: 436px;
    }

}

@media (min-width: 1200px) {
    .lr-section-1 {
        font-size: 19px;
        padding-left: 5%;
    }

    .lr-section-3 {
        padding-left: 5%;
    }
}







