h2.blog_header {
    color: #9d0a0e !important;
        font-weight: 700;
}

.blog_spacer {
    /*margin-top: 66px;*/
    margin-bottom: 20px;
}

.blog_section .btn.btn_standard {
    background: #9d0a0e;
    border-radius: 0 !important;
    color: #fff !important;
}

.blog_section .btn.btn_standard:hover {
    background: #000;
    border-radius: 0 !important;
    color: #fff !important;
}

a.btn.btn_standard:after {
    font-family: FontAwesome;
    content: "\f105";
    position: relative;
    left: -4px;
    top: -1px;
    right: 0;
    float: right;
}

.blog_section a {
    color: #9d0a0e;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    figure img {
        width: 100% !important;
    }
}
