/* centering the line after */
        .training-front .widget-title:after {
  		margin: 0px 0 0 -50px;
  		left: 50%;
		width: 100px;
		height: 2px;
	}

        .about-front .widget-title:after {
		height: 2px;
	}
