/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.swiper-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-row-gap: 30px;
}