/* Add custom CSS styles below */ 
@media (max-width: 990px) {
	.s-block--circle-links .grid-cols-2 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.s-block--circle-links img.h-40 {
		height: 6rem;
	}
}

@media (min-width: 991px) {
	.s-block--circle-links .xl\:grid-cols-6 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}