  .section4 {
      position: relative;
      padding: 120px var(--container);
      background-size: cover !important;
  }

  .Box4Top h1 {
      text-align: center;
  }

  .Box4Top h2 {
      margin-top: 30px;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      color: #1F1F1F;
  }


  .Box4 {
      margin-top: 60px;
      display: flex;
      flex-wrap: wrap;
  }

  .Box4 .item {
      margin: 10px;
      background: #686868;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 50px;
      transition: 0.5s;
  }

  .Box4 .item img {
      width: 60px;
      transition: 0.5s;
  }

  .Box4 .item h1 {
      font-size: 28px;
      line-height: 1;
      text-align: center;
      color: #FFFFFF;
      transition: 0.5s;
      margin: 15px 0 10px;
  }

  .Box4 .item p {
      font-family: butler;
      font-size: 20px;
      line-height: 1;
      text-align: center;
      text-transform: capitalize;
      color: #FFFFFF;
      transition: 0.5s;
  }

  .Box4 .item .desc {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      color: #FFFFFF;
      height: 0;
      transition: 0.5s;
      margin-top: 15px;
      opacity: 0.8;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }

  .Box4>div {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  .Box41 {
      align-items: flex-end;
  }

  .Box42 {
      align-items: flex-start;
  }

  .Box4 .item1 {
      width: 640px;
      height: 300px;
      margin-left: 290px;
      background: #fff;
  }

  .Box4 .item1 h1 {
      margin: 30px 0 15px;
  }

  .Box4 .item1 img {
      width: 80px;
  }

  .Box4 .item1 * {
      color: #686868 !important;
  }

  .Box4 .item2 {
      width: 460px;
      height: 220px;
      background: #FFFFFF;
  }

  .Box4 .item2 * {
      color: #686868 !important;
  }

  .Box4 .item3 {
      width: 300px;
      height: 180px;
  }

  .Box4 .item4 {
      width: 480px;
      height: 240px;
      background: #FFFFFF;
  }

  .Box4 .item4 * {
      color: #686868 !important;
  }

  .Box4 .item5 {
      width: 340px;
      height: 160px;
  }

  .Box4 .item.cur {
      background: var(--color);
  }

  .Box4 .item.cur * {
      color: #fff !important;
  }

  .Box4 .item.cur img {
      filter: brightness(10);
  }

  .Box4 .item.cur .desc {
      height: 42px;
  }

  .Box4 .item3.cur .desc {
      height: 20px;
      -webkit-line-clamp: 1;
  }

  .Box4 .item5 h1 {
      font-size: 24px;
      margin-top: 15px;
      margin-bottom: 0;
  }

  @media (max-width: 1440px) {
      .Box4 .item1 {
          margin-left: 0;
          width: 540px;
      }

  }

  @media (max-width: 1200px) {
      .section4 {
          padding: 90px var(--container);
      }

      .Box4 .item {
          padding: 0 30px;
      }

      .Box4 .item h1 {
          font-size: 24px;
      }


  }

  @media (max-width: 720px) {
      .Box4 {
          margin-top: 30px;
      }

      .Box4Top h2 {
          margin-top: 20px;
          line-height: 1.5;
      }

      .section4 {
          padding: 60px var(--container);
      }

      .Box4 .item {
          padding: 0 10px;
          width: calc(50% - 20px) !important;
          height: 220px !important;
          margin: 10px !important;
      }

      .Box4 .item img {
          width: 45px !important;
      }

      .Box4 .Box42 {
          flex-wrap: wrap;
      }

      .Box4 .item5 {
          width: 100% !important;
          height: 140px !important;
      }

      .Box4 .item p {
          font-size: 16px;
      }
  }

  @media (max-width: 460px) {
      .Box4 .Box41 {
          flex-wrap: wrap;
      }

      .Box4 .item {
          width: calc(100% - 20px) !important;
      }
  }