  /* Estilos para pantallas de 1280px o más anchas */
 @media screen and (min-width: 1280px) {
    p {
      font-size: 20px !important;
        line-height: 1.875rem  !important;
    }
  }

  hr.dotted {
    border-top: 3px dotted #FF9800 !important;
  }

  @media only screen and (max-width: 768px) {
    .mobile {
      display: none;
    }
    .p {
      font-size: 20px !important;
    }
  }

