.gund-split-content-alt {
  .split-content-alt {
    .wrapper {
      padding: 0 20px;
    }

    .instructions {
      padding-top: 20px;
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      gap: 2rem;

      .instruction {
        display: flex;
        flex-direction: column;
        gap: 8px;

        img {
          width: 100%;
          height: auto;
          border-radius: 28px;
        }
      }

      h3 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        color: var(--snout);
      }

      div {
        font-size: 1rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0;
        color: var(--snout);
      }
    }

    h1 {
      font-family: 'Crimson Pro';
      font-size: 1.875rem;
      font-weight: 800;
      line-height: 110%;
      letter-spacing: 0;
      color: var(--snout);
      margin-top: 40px;
      margin-bottom: 20px;
      text-align: center;
    }

    h2 {
      font-family: 'Crimson Pro';
      font-size: 1.5rem;
      font-weight: 800;
      line-height: 110%;
      letter-spacing: 0;
      color: var(--sky);
    }

    ul {
      margin-left: 15px;
    }

    p,
    li {
      font-size: 1rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      color: var(--snout);
      margin: 20px 0;
    }
  }

  .responsive-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 27px;
  }
}

@media (min-width: 990px) {
  .gund-split-content-alt {
    .split-content-alt {
      .wrapper {
        width: 864px;
        margin: 0 auto;
      }

      .instructions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 40px;
        column-gap: 32px;

        h3 {
          font-weight: 700;
        }

        h3,
        div {
          font-size: 1.125rem;
        }
      }

      h1 {
        margin-top: 60px;
        font-size: 2.125rem;
      }

      h2 {
        font-size: 1.75rem;
      }

      p {
        font-size: 1.125rem;
      }
    }

    .responsive-links {
      display: flex;
      flex-direction: row;
      gap: 1.875rem;
      margin-bottom: 63px;
    }
  }
}
