
    .card-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .container-regular {
      width: 100%;
      min-height: 30px;
      margin-left: auto;
      margin-right: auto;
    }
    .cards_wrapper {
      grid-column-gap: 88px;
      grid-row-gap: 88px;
      flex-direction: column;
      margin-bottom: 0;
      display: flex;
      position: relative;
    }
    .card {
      border-radius: 24px 0;
      justify-content: center;
      align-items: center;
      width: 100%;
      min-height: 35rem;
      display: flex;
      position: sticky;
      top: 10%;
      overflow: hidden;
    }
    .card.is-one {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      background-color: #ff3964f0;
      align-items: center;
      top: 10%;
    }
    .card.is-two {
      background-color: #ff5277;
    }
    .card.is-three {
      background-color: #ff6b8b;
    }
    .card.is-four {
      background-color: #ff839e;
    }

    .card.is-five {
      background-color: #ff9cb1;
    }
    .card.is-six {
      background-color: #ffb5c5;
    }
    .card.is-seven {
      background-color: #ffcdd8;
    }

    .card.is-eight {
      background-color: #ffe6eb;
      min-height: 35rem;
    }
    .card-inner {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      justify-content: center;
      align-items: center;
      width: 100%;
      display: flex;
    }
    .card_content {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      text-align: left;
      flex-direction: column;
      align-items: flex-start;
      width: 60%;
      padding: 0;
      display: flex;
    }
    .text-color-teritary {
    color: #fff;
}

.text-2xl {
    font-family: var(--website-font-family);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 120%;
}
.text-base {
    font-family: var(--website-font-family);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 150%;
}