@media (max-width: 782px) {	
	.block-partners .is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}