Why there are for products shown in 3 column

No, I told you to align the text and price in the product cards in the featured collection section, so that they are in the center like fuji sports.

For mobile then replace the previous code with

@media screen and (min-width: 750px) {
	
	.collection li.grid__item {
	    border: 4px solid rgba(0,0,0,0);
	}

	.collection .grid__item:hover {
	    border-color: #e81c3f;
	}
}

That way hover will be only on bigger screens.