.layout--eq-three-col {
	display: grid;
	grid-template-columns:1fr;
	gap:60px;
}

@media screen and (min-width: 1025px) {
	.layout--eq-three-col {
		grid-template-columns:1fr 1fr 1fr;
	}
}