#servicios-interior {
  background: #fff;
}
.servicios-interior-txt {
	text-align: center;
}

/*FOTOS SERVICIOS*/
#fotos {
  background: #fff;
	padding-bottom: 40px;
}
.grupo-fotos {
  max-width: 1000px;
  margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.columna-fotos {
	width: 48%;
	margin: 1%;
	border-radius: 20px;
	overflow: hidden;
	border-radius: 30px;
	border: 2px solid #999;
	display: flex;
}
.fotos-img {
	height: 260px;
	object-fit: cover;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.fotos-img {
	height: 400px;
}
}

@media (min-width: 1024px) {
.columna-fotos {
	width: 31%;
}
}