.loyalty-three-columns {
  p {
    font-family: var(--hh-font-avenir-book);
  }

  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  justify-content: center;
  align-items: center;
  padding-top: var(--gw-section-spacing-fluid-xl);
  padding-bottom: var(--gw-section-spacing-fluid-xl);
  background-color: var(--hh-bg-color, transparent);
  padding-left: var(--edge-padding);
  padding-right: var(--edge-padding);

  .loyalty-three-columns--title {
    text-align: center;

    .title__heading {
      font-family: var(--hh-font-canela-light);
      font-size: clamp(2.8rem, 0.49383vw + 2.60741rem, 3.2rem);
      margin-bottom: 15px;
      line-height: 1;
      margin-left: auto;
      margin-right: auto;

      &:last-child {
        margin-bottom: 0;
      }

      @media screen and (max-width: 749.9px) {
        max-width: 10em;
      }
    }

    .title__subheading {
      font-family: var(--hh-font-gotham-book);
      font-size: clamp(1.1rem, 0.24691vw + 1.0037rem, 1.3rem);
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.2em;
    }

    > * {
      margin: 0;
    }
  }

  .loyalty-three-columns--content {
    display: flex;
    width: 100%;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    gap: clamp(3rem, 6.17284vw + 0.59259rem, 8rem);
    /* max-width: 80vw; */
    max-width: max(70rem, min(80vw, 125rem));

    .content-column {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 30vw;
      text-align: center;
      gap: 10px;
      max-width: 350px;

      .content-column__top {
        font-family: var(--hh-font-canela-light);
        font-size: clamp(2rem, 1.23457vw + 1.51852rem, 3rem);
        line-height: 1;
      }

      .content-column__title {
        font-family: var(--hh-font-gotham-medium);
        font-size: clamp(1.3rem, 0.24691vw + 1.2037rem, 1.5rem);
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.2em;
        max-width: 18em;
      }

      .content-column__description {
        font-size: 12px;
        max-width: 15em;
        margin-top: 0.4rem;

        @media screen and (max-width: 749.9px) {
          max-width: 22em;
        }

        p {
          font-size: inherit;
          line-height: 1.3;
          margin: 10px 0 0 0;

          &:first-child {
            margin-top: 0;
          }
        }
      }

      @media screen and (max-width: 749.9px) {
        width: 100%;
      }
    }

    @media screen and (max-width: 749.9px) {
      gap: 3.5rem;
      max-width: 100vw;
      flex-direction: column;
      align-items: center;
    }
  }
}
