@media (max-width: 767px) {
    .hide-mobile {
      display: none !important; /* Or visibility: hidden; depending on desired behavior */
    }
  }

  /* SHow only on large sceeens */
@media (min-width: 768px) {
    .hide-desktop {
      display: none !important; /* Or visibility: hidden; depending on desired behavior */
    }
  }

  .vl-footer3-section-area {
    background: none;
    padding: 30px 0 20px 0;
  }