.awea-section-title {
	position: relative
}
.awea-section-title span {
	font-size: 14px;
	margin-bottom: 5px;
  font-weight: 400;
  display:block;
}
.awea-section-title h4 {
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: inline-block
}
.awea-section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.awea-section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ff5435;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.awea-section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}