#products > .images {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
}

#products > .images > figure > img {
	height: 500px;
	margin: 5px;
	width: 500px;
}

#products > .logos {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

#products > .logos > img:not(:first-child) {
	margin-left: 30px;
}