h3.alt {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    color: #500000 !important;
    text-transform: uppercase !important;
}

    h3.alt:after {
        margin-right: -5rem !important;
        background-color: #7d6b36;
        content: "";
        height: 2px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: .6rem;
    }

p.arrow a {
    padding: .125rem .5rem;
    margin-left: -8px;
    margin-bottom: .5rem;
    color: #7d6b36 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none;
    background-color: transparent;
}

    p.arrow a:after {

    }
    p.arrow a:hover {
        color: #fff !important;
        background-color: #7d6b36;
    }
