.faq .image-col {
	display: none;
}

@media screen and (min-width: 780px) {
	.faq .image-col {
		display: block;
	}
}
