#founders>div {
  display: flex;
  /* Flex Container */
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#founders>div>* {
  margin: 0.5em;
  border: 0.125em solid var(--theme-color);
  border-radius: 1em;
  padding: 1em;
}

#founders .title {
  font-size: smaller;
  font-style: italic;
}