.cbdc-quote-item {
  color: rgba(174, 224, 215, 0.15);
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.8vw, 2.1rem);
}

.cbdc-quote-item::after {
  content: " • ";
}

.cbdc-quote-attribution {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
}

.cbdc-quote-container {
  background: black;
  height: 100%;
  width: 100%;
}