@media screen and (max-width: 767px) {
	.nex-highlights-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
