html body .content .text-container {
  line-height: 0.5rem;
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: baseline;
  column-gap: 5vw;
}
html body .content .text-container sup {
  line-height: 0;
  font-size: 0.8em;
  vertical-align: super;
}
html body .content .text-container .text-block {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 1;
}
html body .content .text-container .text-block p {
  font-size: 1.5rem;
  line-height: 1.7rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body .content .text-container {
    max-height: 90vh;
    overflow-y: auto;
    flex-direction: column;
    row-gap: 5vw;
  }
  html body .content .text-container .text-block {
    width: 90vw;
  }
  html body .content .text-container .text-block p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

/*# sourceMappingURL=about.css.map */
