/* ── what-we-do ── */
.what-we-do {
  background: var(--white);
}

.what-we-do__tag {
  color: var(--red);
  font-family: var(--font-body);
  font-size: var(--text-caption-s);
  line-height: var(--lh-caption-s);
  font-weight: 500;
  white-space: nowrap;
}

