<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crumb .wrap {
  border-bottom: 1px solid rgb(216, 216, 216);
  padding-bottom: 15px;
}

.content {
  padding-bottom: 86px;
}
.content h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.con {
  width: 83.33%;
  margin: auto;
  line-height: 28px;
}

@media only screen and (max-width: 1600px) {
  .content h1 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .con {
    width: 100%;
  }
  .content h1 {
    margin-bottom: 5px;
  }
  .content {
    padding-bottom: 40px;
  }
}</pre></body></html>