.home_title.home_title_align_center h4 {
    padding: 0 .8em;
}

.home_title_container {
    margin: 0;
    word-wrap: break-word;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 0 30px 0 0;
    line-height: 50px;
}

.home_title h3{
    font-size: 20px;
    float: left;
    line-height: 54px;
    margin: 0;
}

.home_title .home_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    min-width: 10%;
}

.home_title .home_sep_holder .home_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.home_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

hr.home-title-hr {
    border-top-width: 2px;
    width: 35px;
    margin: 25px auto;
}

.home_title_image {
    float: left;
    width: 54px;
    height: 54px;
    line-height: 48px;
    border-radius: 100%;
    border: 2px solid #0b103f;
    margin-right: 20px;
}

.home_title_image img {
    max-width: 24px;
    max-height: 25px;
    line-height: normal;
}