/* CSS Document */
:root {
  --headingFS: Roboto Condensed SemiBold, Impact, Arial Black, sans-serif;
  --sansFS: NeueSwiss, Helvetica, Verdana, sans-serif;
  --serifFS: Ethic Serif Light, Times New Roman, Times, serif;
}

.splitTop .text > * {
  max-width: 500px;
}
.splitTop:nth-child(even) {
  flex-direction: row-reverse;
}
