.prod-imgs ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.prod-imgs ul li {
	width: 30%;
}

.prod-imgs.twoo-prods ul {
	justify-content: space-around;
}