@media screen and (max-width: 1500px) {
.nosotros-titulo-1 h1 {
    font-size: 25px!important;
    line-height: 20px;
}

}

@media screen and (max-width: 850px) {
  .nosotros-titulo-1 {
    padding-top: 0;
  }
  .nosotros-titulo-1 h1 {
    font-size: 18px !important;
    line-height: 15px;
  }

  .nosotros-titulo-4 {
    margin-top: 80%;
  }
  .nosotros-titulo-4 h3 {
    font-size: 38px !important;
  }
  .nosotros-titulo-1 p {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .nosotros-titulo-4 {
    margin-top: 0;
  }
}
