.packshot {
  @media (max-width: 1024px) {
    padding-bottom: var(--section-spacing-lg);
    border-bottom: 1px solid var(--c-gray-900);
  }

  h2 {
    margin: 0;
    color: #181818;
    text-align: right;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: 77%;
    letter-spacing: -8px;

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

    &.mobile {
      font-size: 72px;
      margin-top: 64px;
      margin-bottom: 32px;
      text-align: start;

      color: #181818;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      letter-spacing: -1.451px;

      display: none;

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

  .text {
    margin-bottom: 48px;
    max-width: 672px;
    color: #1a1616;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;

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

    &.mobile {
      margin-bottom: 48px;
      display: none;

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

  .fibbl_lists {
    margin: 0 !important;
  }

  .additional-title {
    width: fit-content;
    margin: 0 auto 80px auto;
    color: #181818;

    font-family: var(--ff-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;

    text-transform: uppercase;

    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #181818;
    background: #fffaee;

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

  .packshots-images-wrapper {
    margin: 0 0 24px 0;

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

    .packshots-images {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: start;
      gap: 28px;
      flex-wrap: nowrap;
      overflow: hidden;

      @media (max-width: 1366px) {
        overflow-x: scroll;
      }

      img {
        border-radius: 5px;

        @media (max-width: 1024px) {
          width: 132px;
          height: 164px;
        }
      }

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

  .packsot-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;

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

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

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

    > .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;
      }
    }
  }
}

.packsot-cta-mobile {
  display: none;

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