.homepage-highlights {
	max-width: 1000px;
	padding: 40px 15px 100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
}

.homepage-highlights .highlight-cont {
	display: flex;
	margin-top: -12%;
}

.homepage-highlights .highlight-cont:last-of-type {	margin-top: 0; }

.homepage-highlights .highlight-cont:nth-of-type(odd) {
	flex-direction: row-reverse;
	text-align: right;
}

.homepage-highlights .img-cont { flex: 1; }

.homepage-highlights .img-cont img { box-shadow: 0 10px 30px rgba(29, 29, 29, 0.5); }

.homepage-highlights .highlight-cont:last-of-type .text-cont { padding-top: 10px; }

.homepage-highlights .text-cont {
	padding: 15% 30px 15px;
	flex: 1;
	max-width: 400px;
}

.homepage-highlights .text-cont h3,
.homepage-highlights .text-cont h3 a {
	color: #41738d;
	font-size: 28px;
	line-height: 1.2;
	font-family: 'HanleyPro-SansInline';
	margin-top: 0;
}

.homepage-highlights .highlight-cont:nth-of-type(odd) .text-cont p { padding-left: 30px; }
.homepage-highlights .highlight-cont:nth-of-type(even) .text-cont p { padding-right: 30px; }

.homepage-highlights .text-cont p {
	font-size: 20px;
	line-height: 1.2;
	color: #54565b;
	margin-bottom: 10px;
}

.homepage-highlights .text-cont .read-more {
	font-family: 'mr-eaves-sans';
	font-size: 18px;
	font-style: italic;
	display: inline-block;
	color: #9fa94d;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
	.homepage-highlights .text-cont h3,
	.homepage-highlights .text-cont h3 a {
		/* font-size: calc(50px + (60 - 50) * ((100vw - 1024px) / (1400 - 1024))); */
	}

	.homepage-highlights .text-cont p { 
		font-size: calc(20px + (22 - 20) * ((100vw - 1024px) / (1400 - 1024)));
	}
}

@media only screen and (max-width: 1024px) {
	.homepage-highlights .text-cont { padding: 15% 0 15px; }

	.homepage-highlights .highlight-cont:last-of-type .text-cont { padding: 10px 0; }

	.homepage-highlights .text-cont h3,
	.homepage-highlights .text-cont p,
	.homepage-highlights .text-cont .read-more { padding: 0 20px; }
}

@media only screen and (max-width: 920px) {
	.homepage-highlights .highlight-cont { margin-top: 15px; }

	.homepage-highlights .text-cont { padding: 10px 0; }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.homepage-highlights .text-cont h3,
	.homepage-highlights .text-cont h3 a { 
		font-size: calc(48px + (60 - 48) * ((100vw - 640px) / (1024 - 640)));
	}

	.homepage-highlights .text-cont p { 
		font-size: calc(18px + (22 - 18) * ((100vw - 640px) / (1024 - 640)));
	}
}

@media only screen and (max-width: 640px) {
	.homepage-highlights {padding: 30px 0 0;}

	.homepage-highlights .highlight-cont { display: block; }

	.homepage-highlights .text-cont { text-align: center; }

	.homepage-highlights .text-cont,
	.homepage-highlights .highlight-cont:last-of-type .text-cont {
		padding: 10px 0 20px;
		min-height: 190px;
		margin: 0 auto;
	}

	.homepage-highlights .text-cont h3,
	.homepage-highlights .text-cont h3 a {
		padding: 0 15px; 
		font-size: 35px;
		line-height: 1.2;
	}

	.homepage-highlights .text-cont p {
		padding: 0 15px; 
		font-size: 18px;
	}

	.homepage-highlights .highlight-cont:nth-of-type(odd) .text-cont p { padding-left: 15px; }
	.homepage-highlights .highlight-cont:nth-of-type(even) .text-cont p { padding-right: 15px; }
}