@charset "UTF-8";

.section-images {
	padding: 5%;
}

/* mobile */
@media screen and (max-width:768px) {
	.subhead {
		left: -2%;
		width: 70vw;
	}
	.subhead-wrapper::after {
		left: 5.5%;
		background-position: bottom right;
		background-image: url('/img/local-food-subhead.png');
	}
}
