.why-not {
  .why-not-wrapper {
    padding: 49px 56px;
    margin: -48px -70px;
    border-radius: 5px;
    border: 1px solid #181818;
    background: #fffaee;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;

    @media (max-width: 1024px) {
      padding: 20px;
      grid-template-columns: 1fr;
      margin: 0;
    }

    .why-not-content {
      display: flex;
      flex-direction: column;
      gap: 24px;

      @media (max-width: 1024px) {
        gap: 16px;
      }

      .desktop {
        display: block;

        @media (max-width: 1024px) {
          display: none;
        }
      }

      h2 {
        margin: 0;
        color: #181818;
        font-size: 75px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        letter-spacing: -2.25px;

        @media (max-width: 1024px) {
          font-size: 28px;
          line-height: 100%;
          letter-spacing: -0.28px;
        }
      }

      p {
        margin-bottom: 24px;
        color: #000;

        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.36px;

        @media (max-width: 1024px) {
          margin: 0;
        }

        &:last-child {
          margin-bottom: 0;
        }

        &.mobile {
          display: none;

          @media (max-width: 1024px) {
            display: block;
          }
        }
      }

      :not(p).mobile {
        display: none;

        @media (max-width: 1024px) {
          display: block;
          background-color: #000;
          width: 100%;
          height: 308px;

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

    .why-not-image {
      display: flex;
      flex-direction: column;
      gap: 24px;

      @media (max-width: 1024px) {
        display: none;
      }

      figure {
        background-color: #000;
        width: 100%;
        height: 308px;

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

        iframe {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  }

  .fibbl_lists {
    max-width: 950px;
    margin: 0 auto;
    padding: 24px 0;
    border-radius: 5px;
    background: #fffaee;

    @media (max-width: 1024px) {
      display: none;
      padding: 0;
      justify-content: start;
      /* margin-bottom: 64px; */
    }

    &.mobile {
      display: none;

      @media (max-width: 1024px) {
        margin-top: 16px;
        display: block;
      }
    }

    > .cta {
      display: none !important;

      @media (max-width: 1024px) {
        display: flex;
        margin-bottom: 50px;
        justify-content: center;
      }
    }

    ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 24px;

      @media (max-width: 1024px) {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 16px;
      }

      li {
        margin: 0;
      }
    }
  }
}

.container-why-not {
  max-width: 1415px;
  margin: 0 auto;
  padding: 0 15px;

  @media (max-width: 1440px) {
    max-width: 1215px;
  }

  .why-not-wrapper {
    padding: 49px 56px;
    margin: 0;
  }
  .fibbl_lists {
    margin-top: 32px;
    max-width: 452px !important;

    strong {
      text-transform: uppercase;
    }
  }
}

.integration_video-mobile {
  display: none;
  @media (max-width: 1024px) {
    display: block;
  }
  figure {
    background-color: #000;
    width: 100%;
    height: 308px;

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

    iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
