.page-title-information {
    color: #000;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    padding: 0;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border-bottom: 5px solid #eee;
}
.page-title-information:before {
    content: "\f075";
    font-family: FontAwesome;
    margin-right: 0.25em;
}
@media (max-width: 768px) {
    .page-title-information {
        font-size: 1.25em;
    }
}
