@charset "utf-8";

.image_box {
	width: 25%;
	float: right;
}
.text_section {
	padding-right: 28%;
}
.text_section h3 {
	margin-top: 1.5em;
}


@media screen and (max-width: 768px) {
	
	.image_box {
		margin-left: 1em;
		min-width: 140px;
	}
	.text_section {
		padding-right: 0;
	}
	
} /* end media query */