.full-width-image-text-section {
	background-color: #ebf0f3;
}

.full-width-image-text-section figure {
	background-color: #ebf0f3;
	height: 325px;
	margin: -60px -20px 0;
}

.full-width-image-text-section aside {
	position: relative;
	margin-top: -30px;
	padding: 40px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(21, 70, 100, 0.1);
	border-radius: 5px;
}

.full-width-image-text-section aside hr {
	margin-bottom: 25px;
}

.full-width-image-text-section aside ul li a {
	text-decoration: underline;
	color: #7a7a7a;
}

@media screen and (min-width: 768px) {
	.full-width-image-text-section.full-width-image-text-section {
		padding-left: 0;
		padding-right: 0;
	}
	
	.full-width-image-text-section > .container {
		display: flex;
	}
	
	.full-width-image-text-section figure {
		margin: -80px 0 -80px -30px;
		height: auto;
		width: calc(100% - 334px + 30px);
		order: 1;
	}
	
	.full-width-image-text-section aside {
		width: 334px;
		margin: 0;
		transform: translateX(30px);
	}
}

@media screen and (min-width: 1024px) {
	.full-width-image-text-section figure {
		margin: -120px 0 -120px -60px;
		height: auto;
		width: calc(100% - 432px + 60px);
	}
	
	.full-width-image-text-section aside {
		width: 432px;
		padding: 60px;
		margin: 0;
		transform: translateX(60px);
	}
}

@media screen and (min-width: 1400px) {
	.full-width-image-text-section figure {
		margin: -120px 0 -120px -100px;
		height: auto;
		width: calc(100% - 432px + 100px);
	}
	
	.full-width-image-text-section aside {
		transform: translateX(100px);
	}
}