.m-1,
.m-2 {
	position: relative;
	left: 17px;
}

@media only screen and (max-width:1068px) {

	.m-1,
	.m-2 {
		left: 0;
	}

	.filter-container {
    	grid-template-columns: min-content 1fr max-content;
	}
	
}


/* Small */
@media only screen and (max-width:734px) {

	#main > section.section.section-resources > ul > li:nth-child(1) > div > div > div > div > div.icon-card-copy-wrapper > h3 {
		    max-width: 14.8ch;
	}
	
}

#main > section.section.section-resources > ul > li:nth-child(2) > div > div > div > div > div.icon-card-copy-wrapper > h3 {
	max-width: 12.8ch;
}