.paragraph--type--main-offer-features-v4.paragraph--view-mode--offer-main-features-version-2 {
  @media (min-width: 640px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 1024px) {
    grid-template-columns: repeat(12, 1fr);

    > :nth-child(7n + 1),
    > :nth-child(7n + 2),
    > :nth-child(7n + 3) {
      grid-column: span 4;
    }

    > :nth-child(7n + 4),
    > :nth-child(7n + 5),
    > :nth-child(7n + 6),
    > :nth-child(7n + 7) {
      grid-column: span 3;
    }
  }
}

.paragraph--type--main-offer-features-v4.paragraph--view-mode--offer-main-features-version-3 {
  @media (min-width: 640px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 1024px) {
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: auto;

    > :nth-child(6n + 1),
    > :nth-child(6n + 2) {
      grid-column: span 3;
    }

    > :nth-child(6n + 3) {
      grid-column: span 2;
    }

    > :nth-child(6n + 4) {
      grid-column: span 2;
    }

    > :nth-child(6n + 5),
    > :nth-child(6n + 6) {
      grid-column: span 3;
    }
  }
}
