.lizi-products-technical-support {
  .lizi-products-technical-support__banner {
    position: relative;

    .lizi-products-technical-support__banner-wrap {
      position: absolute;
      left: 14.5rem;
      top: 17.125rem;

      .lizi-products-technical-support__banner-title {
        font-size: 3.125rem;
        font-weight: 700;
        color: var(--white);
      }

      .lizi-products-technical-support__banner-sub-title {
        width: 31.25rem;
        color: #111111;
        font-weight: 400;
        margin-top: 1.875rem;
      }
    }
  }

  .lizi-products-technical-support__main {
    .lizi-products-technical-support__first {
      padding: 5rem 8.8125rem;
      
      .lizi-products-technical-support__first-item {
        margin: 2rem 0rem;

        .title {
          font-size: 3rem;
          font-weight: 700;
          color: #333333;
          padding-bottom: 2rem;
        }

        li {
          font-size: 1.8rem;
        }

        li::before {
          content: "";
          background-color: #00A2E9;
          border-radius: 50%;
          display: inline-block;
          height: 10px;
          width: 10px;
          margin-right: 0.5rem;
        }

        .example {
          display: flex;
          margin: 2rem 0;

          .left {
            font-size: 1.8rem;
            color: #B1B1B1;
          }

          .right {
            font-size: 1.8rem;
            color: #B1B1B1;
            padding: 0 1rem;
          }

        }
        
        .note {
          font-size: 1.8rem;
          color: #B1B1B1;
          margin-bottom: 2rem;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }

    .lizi-products-technical-support__sec {
      padding: 5rem 8.8125rem;
      background-color: #F5F5F5;

      .lizi-products-technical-support__sec-item {
        margin: 2rem 0rem;

        .title {
          font-size: 3rem;
          font-weight: 700;
          color: #333333;
          padding-bottom: 2rem;
        }

        li {
          font-size: 1.8rem;
        }

        li::before {
          content: "";
          background-color: #00A2E9;
          border-radius: 50%;
          display: inline-block;
          height: 10px;
          width: 10px;
          margin-right: 0.5rem;
        }

        .example {
          display: flex;
          margin: 2rem 0;

          .left {
            font-size: 1.8rem;
            color: #B1B1B1;
          }

          .right {
            font-size: 1.8rem;
            color: #B1B1B1;
            padding: 0 1rem;
          }

        }
        
        .note {
          font-size: 1.8rem;
          color: #B1B1B1;
          margin-bottom: 2rem;
        }

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }
}

