.swk-collection-banner {
  width: 100%;
  height: 32rem;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  & .swk-collection-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;

    position: absolute;
    inset: 0;
  }

  & .swk-collection-banner__content {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;

    & * {
      margin: 0;
    }

    & .swk-collection-banner__description {
      margin-top: 1rem;

      & p {
        line-height: 1.5;
      }
    }
  }
}
