.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-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 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 28em;
	justify-content: center;
}

.image-content-text .desc {
	max-width: 38.5em;
	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;
}

.image-content-text ul {
	max-height: 290px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.image-content-text ul li::before {
	width: 6px;
	height: 6px;
	top: 0.43em;
}


@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-right .row {
		flex-direction: column-reverse;
	}

	.image-content.image-content-left .row {
		flex-direction: column-reverse;
	}

	.image-content-img {
		margin-bottom: 50px;
	}

	.image-content-text {
		min-height: unset;
	}

}

@media (max-width: 480px){
	.image-content {
		padding-top: 50px !important;
	}

	.image-content.grey-square .container {
		padding-top: 4.3em;
	}

	.image-content.grey-square .image-content-img {
		width: 18em;
		height: 18em;
		object-fit: cover;
	}

	.image-content.image-content-left.grey-square .image-content-img {
		margin-left: auto;
		display: block;
	}

	.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 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.image-content-text {
		align-items: center;
		text-align: center;
	}

	.image-content-text .desc {
		max-width: 100%;
		margin-bottom: 2em;
		font-size: 14px;
		line-height: 23px;
	}

	.image-content-text ul {
		max-height: unset;
		text-align: left;
	}

	.image-content-text ul li::before {
		top: 0.5em;
	}

}