.cpc-quote {
  padding-left: 2rem;
  border-left: 8px solid #5fbca2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.cpc-quote .content {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #2e2d2b;
}

.cpc-quote cite {
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  padding-left: 2rem;
  display: block;
  line-height: 1.2;
  font-style: normal;
  color: #2e2d2b;
}

.cpc-quote cite::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: #5fbca2;
  position: absolute;
  left: 0;
  top: 8px;
}
