<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sis-wrapper {
  display: flex;
  max-height: 600px;
  border: 1px solid #ccc;
}

.sis-left {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
}

.sis-right {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.sis-right p {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 1.6;
}</pre></body></html>