  /* Responsive */
  @media (max-width: 768px) {
      .link-header {
          display: none;
      }

      .card-transfrom {
          text-align: center;
      }

      .card-transfrom p {
          padding-left: 0;
          font-size: 14px;
      }

      .nrunner{
        text-align: center;
        margin-left: 10px;
      }


      .bg-red-images {
          padding: 200px 0 40px 0;
      }

      .top-header {
          padding: 0 5px;
      }

      .nav-links {
          display: none;
      }

      .hero h1 {
          font-size: 36px;
      }

      .hero p {
          font-size: 18px;
      }

      .cta-buttons .btn {
          display: block;
          width: 100%;
          margin-bottom: 15px;
          margin-right: 0;
      }

      .highlight-item {
          flex-direction: column;
          text-align: center;
      }

      .highlight-number {
          margin-right: 0;
          margin-bottom: 15px;
      }
  }