h2 {
  color: var(--text-color);
  font-size: 3rem;
  font-weight: normal;
}
h2 small {
  color: var(--primary-color);
  font-size: 1.3125rem;
  font-weight: 600;
  font-style: normal;
  margin-block-end: 0;
}
