.col img {
	display: block;
	margin-bottom: 30px;
	max-width: 100%;
}

@media only screen and (max-width: 460px) {
	div.flex-4-col div:last-child img {
		margin-bottom: 0;
	}
}