@media screen and (max-width: 768px) {
	
}

@media screen and (min-width: 400px) and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	.product-brands-list {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
	}
	.brand-item {
		margin-bottom: 0 !important;
	}
}