.col > .img.w-218{
	max-width: 218px;
}

@media screen and (max-width: 768px) {
	.col > .img.w-218{
		max-width: 100%;
	}
}