<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  background: #FBF9F3;
  padding: 60px 0 100px;
}
.container h3 {
  text-align: center;
  font-size: 34px;
  color: #121212;
  line-height: 48px;
}
.container h5 {
  text-align: center;
  font-size: 18px;
  color: #21B6B2;
  line-height: 25px;
  margin-bottom: 40px;
}
.container .title {
  font-size: 18px;
  color: #121212;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 15px 0 10px;
  display: flex;
  align-items: center;
}
.container .title i {
  width: 3px;
  height: 19px;
  background: #21B6B2;
  margin-right: 5px;
}
.container p {
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 13px;
  color: #1C1D25;
  line-height: 28px;
}
.container img {
  margin: 15px 0;
  width: 100%;
  object-fit: cover;
}
</pre></body></html>