.home__produits {
	padding-top: 3.75em;
	padding-bottom: 3.75em;

	h2 {
		color: $blue;
		text-align: center;
		margin-bottom: 3.75rem;
		margin-top: 6.875rem;

		&:first-child {
			margin-top: 0;
		}

	}

}