<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-section-container {
  position: relative;
}
.text-section-container .text-section-background, .text-section-container .text-section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.text-section-container .text-section-background img, .text-section-container .text-section-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-section-container .page-width {
  display: flex;
  position: relative;
}
.text-section-container .page-width .max-width {
  width: 100%;
}
.text-section-container .page-width h1, .text-section-container .page-width h2, .text-section-container .page-width h3 {
  margin-bottom: 25px;
}
.text-section-container .page-width p {
  line-height: 21px;
}
.text-section-container .page-width ul, .text-section-container .page-width ol {
  padding-left: 15px;
  list-style-position: inside;
}
</pre></body></html>