.about-container .gsc-column .column-content-inner{
	display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.column-inner{
	height:100%;
}

.about-container .gsc-heading{
	padding:20px 30px;
	border-left:3px solid var(--blue);
	background:#F7F7F7;
}

.about-container .gsc-column:nth-child(2) img,
.about-container .gsc-column:nth-child(1) .gsc-heading{
	margin:20px 0;
}

.about-container img{
	aspect-ratio:5/3;
	object-fit:cover;
}

.about-container .gsc-column:nth-child(2) img{
	aspect-ratio:4/3;
}

.about-container h2 span{
	font-size:20px;
	font-weight:700;
}

.nosotros-grid .column-content-inner{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
}

.nosotros-grid .widget-content{
	overflow:hidden;
}

.nosotros-grid img{
	aspect-ratio:1/1;
	object-fit:cover;
	transition:.25s;
}

.nosotros-grid img:hover{
	transform:scale(1.2);
	transition:.5s;
}
