.founder-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.founder-title {
  margin: 4px 0 0;
  font-size: 18px;
  color: var(--color-text-hover);
}

/* This page's section-tight is also the page's last section, so main.css's
   last-of-type rule pushes its bottom padding to 80px while section-tight
   keeps the top at 20px. Unlike tos.html/privacy.html, it isn't stacked
   against other tight sections, so match the top to it. */
.section-tight {
  padding-top: 80px;
}

@media (max-width: 46rem) {

  .founder-layout {
    flex-direction: column;
    text-align: center;
  }

}
