.page-header {
	height:400px;
	width:100%;
	background-repeat : no-repeat;
	background-size : cover;
	margin-bottom : 10px;

	&-container {
		width: @width-container;
		margin:0 auto;
		position:relative;
	}

	&-title {
		position:absolute;
		left:0;
		top:240px;
		color:@white;
		font-size : 36px;
	}

	&.news-header {
		margin-bottom : 0;
	}
	
}

.page-content {
	
	padding: 40px 0;
	text-align:justify;
	background: @grey-background;
	color:@black;

	&-container {
		width: 545px;
		margin:0 auto;
	}

	&-title {
		font-size : 22px;
		color : @black;
		text-transform: capitalize;
		text-align:center;
		margin-bottom : 20px;
	}

	p,ul,li {
		color : #7f7f81;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 14px;
		margin : 0 0 10px 0;

		strong {
			font-family: 'montserratregular';
			color : #606062;
			text-transform : uppercase;
			font-size : 12px;
			margin-bottom : 20px;
			font-weight : normal;
		}

	}

	li {
		list-style: initial;
	}

}

.page-contentbg {
	padding : 90px 0;
	background-repeat : no-repeat;
	background-size : cover;

	&-title {
		font-size : 22px;
		color : @black;
		margin-bottom : 30px;
		text-align : center;
	}

	&-container {
		width : 545px;
		margin : 0 auto;
	}

	p {
		font-size : 16px;
		text-align:justify;
		color : @black;
		margin : 0;
		font-family: 'montserratregular';
		line-height : 22px;
	}


}