.home-feature .sppb-addon-feature{
  padding-bottom: 50px;
  max-height: 430px;
}

.home-feature .sppb-addon-feature .sppb-img-container{
  height: 198px;
}

.home-feature .sppb-addon-feature .sppb-addon-content-wrap{
  padding: 0 1.5rem;
}

h3.sppb-addon-title{
  position: relative;
}

h3.sppb-addon-title .sppb-addon-title-icon{
    background-color: #f9610d;
    color: #fff;
  	display: inline-block;
    width: 170px;
    height: 1px;
}

h3.sppb-addon-title .sppb-addon-title-icon::before{
  background-color: #f1f1f1
}

h3.sppb-addon-title .sppb-addon-title-icon::before {
    bottom: -4px;
    font-size: 14px;
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
}