.aliado {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nuestros__Servicios {
  height: 140vw;
}

.servicios__NS {
  display: block;
  position: static;
  height: auto;
}

.servicio__NS {
  display: flex;
  width: 100%;
}

.div__img,
.desc__img {
  width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div__img img {
  width: 50%;
}

.desc__img p {
  width: 75%;
  font-size: 2.5vw;
}

.todos__Servicios {
  position: relative;
}