.NyBigBox{
  padding-bottom:0px;
}
.BaseTitle * {
    text-align: center;
  }

  .section1 {
    padding: 0 var(--container);
    padding-bottom: 90px;
  }


  .Box1 {
    margin-top: 60px;
    display: flex;
    grid-gap: 10px;
  }

  .item1 {
    width: 100%;
    height: 500px;
    position: relative;
    background: #FAFAF8;
    flex: 1;
    transition: 0.5s;
    overflow: hidden;
  }

  .item1.on {
    flex: 2.5;
  }

  .item1 p {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    color: rgba(31, 38, 143, 0.75);
    font-size: 16px;
    font-style: italic;
    transition: 0.5s;
  }

  .item1.on p {
    color: var(--color);
  }

  .item1 .img1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .item1.on .img1 {
    opacity: 1;
  }

  .item1 .text1 {
    opacity: 1;
    transition: 0.5s;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 75px;
    padding: 15px;
  }

  .item1.on .text1 {
    opacity: 0;
    top: -100%;
  }

  .item1 .text1 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .item1 .text1 h1 {
    color: #717170;
    font-family: "Playfair Display";
    font-size: 18px;
    text-align: center;
  }

  .item1 .desc1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    left: 0;
    bottom: 0px;
    padding: 0 45px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all .6s 2s;
    transform: translateY(-20px);
    transition: 0s;
  }

  .item1.on .desc1 {
  opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .6s .6s;
  }

  .item1 .desc1 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: invert(1) brightness(10);
  }

  .item1 .desc1 h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 24px;
  }

  .item1 .desc1 h2 {
    color: #FFF;
    font-size: 16px;
  }

  @media (max-width: 900px) {
    .Box1 {
      display: flex;
      flex-direction: column;
      height: 800px;
    }

    .item1 {
      width: 100%;
      height: 100%;
    }

    .item1 p {
      left: auto;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
    }

    .item1 .text1 {
      display: flex;
      align-items: flex-start;
      grid-gap: 15px;
      padding: 15px 30px;
    }

    .item1 .desc1 img,
    .item1 .text1 img {
      width: 30px;
      height: 30px;
      object-fit: contain;
    }

    .item1 .text1 h1 {
      font-size: 16px;
    }

    .item1 .desc1 {
      padding: 30px;
      padding-right: 45px;
    }

    .item1 .desc1 h1 {
      font-size: 18px;
      margin: 15px 0;
    }
  }

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

  @media (max-width: 400px) {}






  /* section2 */
  .section2 {
    background: #FAFAF8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Box2 {
    margin-top: 30px;
  }

  .item2 {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
  }

  .item2 .title2 {
    width: 45%;
    padding-left: 30px;
  }

  .item2 .title2 h1 {
    display: list-item;
    list-style: disc;
    color: #141313;
    font-family: "Playfair Display";
    font-size: 32px;
  }

  .item2.on .title2 h1 {
    color: var(--color);
  }

  .item2 .text2 {
    width: 45%;
  }

  .item2 .text2 h1 {
    color: rgba(20, 19, 19, 0.80);
    font-size: 16px;
    line-height: 1.5;
  }

  .item2.on .text2 h1 {
    display: none;
  }

  .item2 .text2 .desc2 {
    margin-top: 30px;
  }

  .item2 .anniu {
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: cover;
  }

  .item2.on .anniu {
    padding: 14px 0;
  }

  .desc2 {
    display: none;
  }

  .More2 {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-family: "Playfair Display";
    padding: 20px;
    background: var(--color);
    margin-top: 60px;
    transition:0.5s;
  }

  .More2:hover {
    color: var(--color);
    background: #FFF;
  }


  @media (max-width: 1440px) {
    .item2 .title2 h1 {
      font-size: 28px;
    }
  }

  @media (max-width: 1200px) {
    .item2 .title2 {
      width: 35%;
      padding-left: 20px;
    }

    .item2 .title2 h1 {
      font-size: 18px;
    }

    .item2 .text2 {
      width: 55%;
    }
  }

  @media (max-width: 900px) {
    .item2 {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 15px;
    }

    .item2 .title2 {
      width: 100%;
      padding-left: 20px;
    }

    .item2 .text2 {
      width: 100%;
    }

    .item2 .anniu {
      position: absolute;
      right: 0;
      top: 30px;
      width: 24px;
      height: 24px;
    }

    .item2.on .anniu {
      padding: 11px 0;
    }

    .item2 .title2 {
      padding-right: 30px;
    }

    .More2 {
      font-size: 16px;
      padding: 10px;
      margin-top: 30px;
    }
  }

  @media (max-width: 600px) {}

  @media (max-width: 400px) {}