.valores .w-row {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}
@media (max-width: 890px) {
	.valores .index-h2 {
		text-align: left !important;
	}
	.caja-servicio-index,
	.caja-servicios-index {
		text-align: left !important;
	}
	.icono-servicios {
		margin: 0 !important;
	}
	.valores .w-row {
		flex-flow: column nowrap;
		gap: 20px;
	}
}


.videos-home {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

