.card-eventos {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
}
.card-eventos .layout__region {
	max-width: 660px;
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 1080px) {
	.card-eventos {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*@media screen and (max-width: 1080px) {*/
/*	.layout--twocol-section {*/
/*		flex-direction: column;*/
/*	}*/
/*}*/