body {
  color: #808080;
}

.nosotros {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item span:nth-child(1) {
  font-size: 2.3rem;
}

.text-color {
  color: #01579b !important;
}

.signo {
  font-size: 33px !important;
}
