@media (min-width: 768px) {
	.footerGrid2 > .gridCol {
		margin-left: 0px;
	}
}

.footerGrid2 {
	display: flex;
	justify-content: center;
}

.products-title {
	width: 100%;
	margin: 6px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

@media (min-width: 1280px) {
	.rowLine:before {
		left: calc(11.3vw + 141px);
	}
}
