.page-node-type-landing-page .block .block-title {
font-size: 26px;
    font-weight: bold;
    position: relative;
    background: #FFF;
    display: inline-block;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-node-type-landing-page .block .block-title{
    display: block;
}
.page-node-type-landing-page .block .block-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ECECEC;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.page-node-type-landing-page .block .block-title:after{
  left:130px;
  width:calc(100% - 150px);
}
.page-node-type-landing-page .col-sm-12.col-md-9.region-right{
  padding-left:20px;
}
.page-node-type-landing-page .block .block-title {
    position: relative;
    margin-bottom: 30px !important;
    padding-left: 0;
}