.three-becomes-four{
	grid-template-columns: repeat(4,1fr);
	max-width: 1080px!important;
}
@media (max-width:920px) {
	.three-becomes-four{
		grid-template-columns: repeat(2,1fr);
	}	
}