/* Desktop spacing between stacked welcome blocks */
.section-wrapper > * + * {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-wrapper > * + * {
    margin-top: 12px;
  }
}
