  @media (max-width: 1600px) {
      p br {
          display: none;
      }

      .hero__subtitle br,
      .leadership__description br,
      .innovative__heading br {
          display: block !important;
      }
  }

  @media (max-width: 1280px) {

      .automation-section__title br {
          display: none;
      }
  }

  @media (max-width: 1024px) {

      .hero-title br,
      .bpms-section__title__custom br,
      .tech-info__title br,
      .hero__title--bpms br,
      .work-us-banner__text br {
          display: none;
      }

    body.single-producto.postid-458 .hero__subtitle br {
    display: none !important;
  }

      
  }

  @media (max-width: 768px) {

      h1 br,
      h2 br,
      h3 br {
          display: none;
      }

      .hero__subtitle br,
      .leadership__description br
      {
          display: none !important;
      }
  }