
@media (max-width: 980px) {
	.product{
		margin-top: -150px;
	}
}

@media (max-width: 600px) {
	.products{
		display: inherit;
		height: auto;
	}
	.product{
		margin-top: auto;
	}
	.main_section{
		padding: 4%;
	}
	.benefits, .mentions{
		display: inherit;
	}
}

