.icon-cards__wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .icon-cards__wrapper .flex .header-content {
    {#flex: 0 1 31rem;#}
    flex: 1;
  }

  .icon-cards__wrapper .flex .header-content {
    height: fit-content;
    position: sticky;
    top: calc(var(--scroll-padding-top) + 2rem);
  }

  .icon-cards__wrapper .flex .header-text {
    text-align: left;
  }

  .icon-cards__wrapper .flex .icon_cards {
    flex: 0 1 65rem;
  }

  .icon-cards__wrapper .flex:has(.cards__1) .header-content {
    flex: 0 1 43.4rem;
    flex: 0 1 38.070175438596491%;
  }

  .icon-cards__wrapper .flex .icon_cards.cards__1 {
    flex: 0 1 60rem;
    flex: 0 1 52.631578947368421%;
  }

  .icon-cards__wrapper .cards__3 .card__content p {
    max-width: 34rem;
  }
}

@media (max-width: 767px) {
  .icon-cards__wrapper .header-content .header-text {
    text-align: left;
  }
}
