.cw-collection-banner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.cw-collection-banner__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cw-collection-banner__overlay {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cw-collection-banner__text {
  width: 100%;
  max-width: 460px;
  text-align: left;
}

.cw-collection-banner__heading {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.cw-collection-banner__sub {
  margin: 12px 0 0;
  font-family: "Parkinsans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 959px) {
  .cw-collection-banner__overlay {
    justify-content: center;
  }

  .cw-collection-banner__text {
    max-width: 90%;
    text-align: center;
  }

  .cw-collection-banner__heading {
    font-size: 26px;
    line-height: 32px;
  }

  .cw-collection-banner__sub {
    font-size: 9px;
  }
}
