.image-content {
	overflow-x: hidden;
}

.image-content.grey-square .container {
	padding-top: 5.5em;
	position: relative;
}

.image-content.image-content-right.grey-square .container::before {
	content: "";
	position: absolute;
	width: 35em;
	height: 27em;
	background: #EFF2F5;
	right: -8em;
	top: 0;
}

.image-content.image-accordion .image-content-text {
	margin-top: -5em;
}

.image-content.image-content-left .row {
	flex-direction: row-reverse;
}

.image-content.image-content-left.grey-square .container::before {
	content: "";
	position: absolute;
	width: 35em;
	height: 27em;
	background: #EFF2F5;
	left: -8em;
	top: 0;
}

.image-content-text {
	margin-top: 3em;
}

.image-content-text h3 {
	margin-bottom: 0;
	font-size: 1.14em;
	font-weight: 400;
	line-height: 1.16;
}

.image-content-text .desc {
	max-width: 39em;
	margin-bottom: 3em;
}

.single-post .image-content-text {
	display: flex;
	margin-top: 0;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.single-post .image-content-text .desc {
	max-width: 100%;
	margin-bottom: 0;
}

.shares {
	display: flex;
	align-items: flex-start;
	font-family: 'Work Sans';
	font-weight: 600;
	font-size: 14px;
	line-height: 136.8%;
	text-transform: uppercase;
	color: #3A3A3A;
	margin-top: 0.5em;
}

.shares > span {
	margin-right: 0.5em;
}

.faq-container {
	position: relative;
	background: #FFF;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 13px 40px 13px 20px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #323232;
}

.faq-question::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 6.53033C5.76256 6.82322 6.23744 6.82322 6.53033 6.53033L11.3033 1.75736C11.5962 1.46447 11.5962 0.989592 11.3033 0.696699C11.0104 0.403806 10.5355 0.403806 10.2426 0.696699L6 4.93934L1.75736 0.696699C1.46447 0.403806 0.989592 0.403806 0.696699 0.696699C0.403806 0.989593 0.403806 1.46447 0.696699 1.75736L5.46967 6.53033ZM5.25 5L5.25 6L6.75 6L6.75 5L5.25 5Z' fill='%23323232'/%3E%3C/svg%3E%0A");
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0.8em;
	background-repeat: no-repeat;
	right: 1em;
}

.faq-answer {
	display: none;
	margin-top: 0.5em;
	max-width: calc(100% - 5em);
}

.page-id-8 .image-content-text h3 {
	font-size: 1.87em;
	line-height: 1.17;
	margin-bottom: 0.8em;
}

.page-id-8 .image-content-text ul {
	margin-bottom: 2.4em;
}

@media (min-width: 768px){
	.image-content.image-content-left.grey-square .image-content-text {
		padding-left: 3em;
	}
}

@media (max-width: 991px){
	.image-content-text {
		margin-top: 0;
		margin-bottom: 2em;
	}

	.image-content.image-content-right.grey-square .container::before {
		right: 0;
	}

	.single-post .image-content-text {
		margin-bottom: 0;
	}

	.shares {
		justify-content: center;
	}

	.image-content.image-content-left .row {
		flex-direction: column-reverse;
	}

	.image-content-img {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px){
	.image-content.image-accordion .image-content-text {
		margin-top: 0;
	}

	.faq-answer {
		max-width: 100%;
	}
}

@media (max-width: 480px){
	.image-content {
		padding-top: 50px !important;
	}

	.image-content.grey-square .container {
		padding-top: 4.3em;
	}

	.image-content-img {
		max-width: 18em;
	}

	.image-content.image-content-right.grey-square .container::before {
		width: 18em;
		height: 18em;
		right: 14px;
	}

	.image-content.image-content-left.grey-square .container::before {
		width: 18em;
		height: 18em;
		left: 14px;
	}

	.image-content.image-content-right .row {
		flex-direction: column-reverse;
	}

	.image-content {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.image-content-text {
		text-align: center;
	}

	section ul li::before {
		display: inline-block;
		position: static;
		margin-right: 8px;
		margin-bottom: 2px;
	}

	.image-content-text .desc {
		max-width: 100%;
		margin-bottom: 2em;
		font-size: 14px;
		line-height: 23px;
	}

	
}