
.title_with_subtitle {
    text-transform: none;
    font-size: 2.375rem;
    color:#00519e;
    margin: 8px 0 40px;
}
.excerpt-item {
    letter-spacing: -0.2px
}
.sc-subtitle {
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    clear: both;
    font-weight: 700;
    font-size: 21px; /*1.3125rem;*/
    color: #6d6d6d;
    line-height: 1.2;
    margin-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title_with_subtitle {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 767px) {
.title_with_subtitle {
    margin-bottom: 24px;
}
}
