.hc-vape-page {
	background-color: #fff;
	padding: 20px 0;
}
.hc-vape-page .title-page{
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #353535;
	position: relative;
	margin: 0 0 25px;
	padding-bottom: 10px;
}
.hc-vape-page .title-page:after{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	border-bottom: 2px solid #097903;
	margin: 0 auto;
	right: 0;
	left: 0;
}
