.text-module {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.text-module > * {
  margin-right: 0.25em;
  color: var(--text-module-color);
  font-family: var(--text-module-font-two-family);
  font-weight: var(--text-module-font-two-weight);
  font-style: var(--text-module-font-two-style);
}

.text-module > *:first-child {
  font-family: var(--text-module-font-family);
  font-weight: var(--text-module-font-weight);
  font-style: var(--text-module-font-style);
}
