 a.zwc-product-link {
        display: none;
      }

      section.zwc-banner-wrap {
        background: #00210a;
        position: relative;
      }
      .zwc-banner-wrap {
        padding: 50px 0;
      }

      section.zwc-banner-wrap:before {
        content: "";
        position: absolute;
        background: url(/sites/zweb/images/directory/app-privision/appcatalog-banner.png)
          no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }

      .zwc-banner-ctn {
        text-align: start;
        width: 50%;
        max-width: 530px;
        min-width: 530px;
        margin: 0 auto;
      }
      .zwc-banner-wrap .content-wrap {
        display: flex;
        align-items: center;
      }
      .zwc-banner-ctn h1 {
        font-size: clamp(2.5rem, 5vw, 3.5rem);
        letter-spacing: -1.12px;
      }
      @media only screen and (max-width: 1024px) {
        .zwc-banner-wrap .content-wrap {
          flex-direction: column;
        }
        .zwc-banner-ctn {
          min-width: auto;
          text-align: center;
          width: 90%;
        }
      }
      @media only screen and (max-width: 480px) {
        .zwc-banner-ctn {
          width: 100%;
        }
      }