<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-warp{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner{
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
  background: #ffffff;
}

</pre></body></html>