  h3 {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
  }
  @media (max-width: 767px) {
    h3 {
      font-size: var(--ztc-font-size-font-s32);
      line-height: 40px;
    }
  }