#servicios {
  background: #fff;
}
.servicios-titulo {
	letter-spacing: -1.5px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  color: #33BEBF;
	margin-bottom: 20px;
}
.servicios-txt {
  font-size: 1em;
  text-align: justify;
  color: #000;
	margin-bottom: 10px;
}
.servicios-txt span {
	font-size: 2em;
	position: relative;
	top: 3px;
	color: #33BEBF;
}
.grupo-servicios {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #999;
}
.grupo-servicios:last-child {
	border-bottom: none;
}


.columna-servicios {

}
.servicios-img {
	height: 500px;
	object-fit: cover;
	margin-bottom: 20px;
	border-bottom-left-radius: 80px;
	border-top-right-radius: 80px;
}
.justify {
	text-align: justify;
}

/*ACREDITACIONES*/
.grupo-acreditacioneslogos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.columna-acreditacioneslogos {
	width: 48%;
	margin: 1%;
}

	.proyectos-img {
		height: 360px;
		object-fit: cover;
	}


@media (min-width: 768px){
.grupo-servicios {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.columna-servicios {
	width: 48%;
	margin: 1%;
}
.revers {
	flex-direction: row-reverse;	
}
.columna-acreditacioneslogos {
	width: 22%;
}
}

@media (min-width: 1024px) {
	.grupo-proyectos {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.columna-proyectos {
		width: 32%;
		margin: 7px;
	}
}