.row.grid {
	display: flex;
	align-items: center;
}
.row.grid img {
	width: 100%;
}
@media (max-width: 767px) {
	.row.grid {
		flex-wrap: wrap;
	}
}