@media screen and (max-width: 990px) {
	.certificaciones{
		& .grid{
			grid-template-columns: repeat(3, 1fr);
		}
	}
}


@media screen and (max-width: 770px) {
	.certificaciones{
		& .grid{
			grid-template-columns: repeat(2, 1fr);
		}
	}
}
