:root {
  --color-bg-grey: #e8e8e8;
  --color-bg-dark-grey: #c7c5c5;
  --color-blue: #0194de;
}

@media(max-width: 767px) {
	section.breadcrumb h1{
		font-size:medium!important;
		text-transform:uppercase;
	}
	section.breadcrumb h2{
		font-size:xx-large!important;
		text-transform:uppercase;
	}
	.ast-separate-container #content .ast-container{
		padding:0px!important;
	}
	.ast-separate-container {
		background-color: white;
	}
	/**
	* Header should cover the whole width, so we override the default margins & paddings
	***/
	.ast-container, #primary {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	/**
	* Some sections should be contained so we apply the css of the default container!
	**/
	.contained {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	section {
		margin-bottom: 40px;
	}
	
	section.content .contained p{
		line-height:1.3;
	}
	
}