<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.photo-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.photo-row &gt; p {
  margin-top: 0;
  width: 45ch;
  line-height: 1.6;
  font-size: 18px;
}
.beliefs-card {
  background-color: #3A3A3A;
  width: max-content;
  max-width: 100%;
  height: min-content;
  border-radius: 10px;
  padding: 1rem;
  margin-right: 1rem;
  margin-bottom: 4rem;
}

.belief {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.belief:last-child {
  margin-bottom: 0;
}

.belief &gt; p {
  margin: 0;
  max-width: 40ch;
}

.belief &gt; .iconify {
  flex-shrink: 0;
  margin-right: 1rem;
}

.tech-description {
  max-width: 45ch;
}

.other-tech {
  margin-top: 4rem;
}
</pre></body></html>