.cd-series-placeholder {
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #073e35;
  color: #fff;
  font-family: Barlow, sans-serif;
}

.cd-series-placeholder span {
  max-width: 250px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .14em;
}

.cd-series-placeholder strong {
  align-self: flex-end;
  color: #f5d900;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 550;
  line-height: .75;
  letter-spacing: -.06em;
}

.cd-series-placeholder--2 { background: #145d52; }
.cd-series-placeholder--3 { background: #126f78; }
.cd-series-placeholder--4 { background: #164d67; }
.cd-series-placeholder--5 { background: #54672f; }
.cd-series-placeholder--6 { background: #493d32; }
