.images-text-section h2 + hr {
	margin: 20px 0;
}

.images-text-section .content h3,
.images-text-section header h3 {
	line-height: 1.56;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
}

.images-text-section .image-grid {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 50px;
	grid-auto-flow: dense;
}

.images-text-section .image-grid figure {
	border-radius: 5px;
	box-shadow: 0px 10px 30px rgba(163, 177, 185, 0.4);
}

.images-text-section .image-grid .secondary-image,
.images-text-section .image-grid .tertiary-image {
	height: 160px;
}

.images-text-section .image-grid .primary-image {
	grid-row: span 2;
	transform: translateY(15px);
}

.images-text-section header {
	display: none;
}

@media screen and (min-width: 768px) {
	.images-text-section .image-text-cols {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.images-text-section header {
		display: block;
		max-width: 590px;
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.images-text-section header hr {
		margin-left: auto;
		margin-right: auto;
	}
	
	.images-text-section .image-grid {
		width: calc(100% - 339px - 40px);
	}
	
	.images-text-section .content {
		width: 339px;
	}
	
	.images-text-section .content .inline-intro {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.images-text-section header {
		display: none;
	}
	
	.images-text-section .image-grid,
	.images-text-section .content {
		width: calc(50% - 20px);
	}
	
	.images-text-section .image-grid {
		grid-gap: 20px;
	}
	
	.images-text-section .image-grid .primary-image {
		transform: translateY(20px);
	}
	
	.images-text-section .image-grid .secondary-image,
	.images-text-section .image-grid .tertiary-image {
		height: 210px;
	}
	
	.images-text-section .content .inline-intro {
		display: block;
	}
	
	.images-text-section .content ul li {
		font-size: 12px;
	}
}

@media screen and (min-width: 1400px) {
	.images-text-section header {
		display: none;
	}
	
	.images-text-section .content {
		width: calc(100% - 466px - 50px);
	}
	
	.images-text-section .image-grid {
		width: 466px;
		grid-gap: 30px;
	}
	
	.images-text-section .image-grid .primary-image {
		transform: translateY(30px);
	}
	
	.images-text-section .image-grid .secondary-image,
	.images-text-section .image-grid .tertiary-image {
		height: 220px;
	}
	
	.images-text-section .content ul {
		column-count: 2;
	}
	
	.images-text-section .content ul li {
		margin: 0 0 20px;
	}
}