.nosotros {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nosotros .images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.nosotros .images img {
  margin: 0 4px;
  width: 350px;
}

.nosotros p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}

@media (max-width: 1125px) {
  .nosotros img {
    margin: 0 4px;
    width: 250px;
  }
}

@media (max-width: 1100px) {
  .nosotros .images {
    flex-direction: column;
  }

  .nosotros img {
    margin: 4px 0;
  }
}
