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

.icon-cards__wrapper .card__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-cards__wrapper .card__content ul li {
  position: relative;
  padding-left: 20px;
}

.icon-cards__wrapper .card__content ul li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: var(--coral);
  position: absolute;
  top: 11.5px;
  left: 0;
}

.icon-cards__wrapper .card__content ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 4px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L3.5 4L0.5 7.5' stroke='%23ca6952' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

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