.flow {
  --flow-space: 1rem;
}

.flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space);
}

h2 {
  font-size: 90px;
  font-weight: 900;
  font-style: italic;
  margin-top: 150px;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 45px;
  }
}