.scroll-container {
  overflow: auto;
}

.top-row {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  margin-top: 2em;
}
.top-row .left-container {
  display: flex;
  flex-direction: column;
  min-width: 30em;
}
.top-row .left-container .lead {
  margin-right: 1em;
}
.top-row .left-container .side-nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-left: 3em;
}
.top-row .left-container .side-nav-home {
  padding: 1em;
}
.top-row .right-container {
  flex: 1 1 auto;
}

.teja-row-2 {
  padding: 2em;
  display: flex;
  flex-direction: row;
  gap: 2em;
}
.teja-row-2 img {
  width: 650px;
}

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