.product{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
}
.product:nth-child(1){
	margin-top: 0;
}
@media(max-width: 1500px){
	.product{
		margin-top: 0.5%;
	}
}