@media (min-width: 768px) {
	.view-grid .view .view-content {
		gap: 0 2%;
		justify-content: flex-start;
	}
}