.wysiwyg .staff-metrics p:nth-child(odd) {
  margin-bottom: 0;
}
.wysiwyg .staff-metrics p:nth-child(odd) strong {
  font-family: Poppins;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
}
.wysiwyg .staff-metrics p:nth-child(even) {
  font-family: Poppins;
  font-weight: 300;
  font-size: var(--d-h3-font-size);
  line-height: var(--d-h3-line-height);
  letter-spacing: -0.02em;
}