.wrap p {
	font-size: 16px;
	font-weight: normal;
}

.titles p {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
} 
.sub-titles p {
	font-size: 16px;
	font-weight: normal;
	font-style:oblique;
	margin: 0 0 5px 0;
}
.main-titles p {
	font-size: 26px;
	font-weight: bold; 
	margin: 0 0 5px 0;
}
.hr-style {
	 border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}