@media screen and (min-width: 991px) {
	main .products .products__list .product:last-child {
		display: none;
	}
}