@media (min-width: 801px){
	.category-ctas-section {
		-ms-grid-columns: 1fr 1fr 1fr !important;
		grid-template-columns: 1fr 1fr 1fr !important; 
		margin-top:40px;
	}
	
	.category-cta:first-child, .category-cta:nth-child(2) , .category-cta:nth-child(3) {
    border-bottom: 0;
	}
	
	.category-cta:first-child, .category-cta:nth-child(2) , .category-cta:nth-child(4), .category-cta:nth-child(5), .category-cta:nth-child(6) {
    border-right: 0;
	}
	
}

@media (min-width: 1441px)
{
	.category-cta__title {
		font-size: 28px;
		margin: 1.5rem 4.5rem;
}
}