.gund-collection-banner-alt {
  .collection-banner-alt {
    .content {
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 20px;

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

      p {
        font-size: 1rem;
        color: var(--snout);
      }
    }

    .img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
    }
  }
}

@media (min-width: 990px) {
  .gund-collection-banner-alt {
    .collection-banner-alt {
      display: flex;

      .content {
        padding: 40px 0px 0px 64px;
        h2 {
          font-size: 2.125rem;
        }

        p {
          font-size: 1.125rem;
          width: 738px;
          text-align: center;
          margin: 0 auto;
        }
      }
    }
  }
}
