<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.theme-sale-sheet .sc-intro .sc-inner {
  padding-top: 0;
}

.theme-sale-sheet .sc-intro .sc-content &gt; p {
  font-size: 18px;

  margin-bottom: 30px;
}

.theme-sale-sheet .sc-intro .cards {
  display: flex;
  flex-direction: row;

  width: 1140px;
  min-width: 1140px;
  max-width: 1140px;
}

.theme-sale-sheet .sc-intro .cards .card {
  width: 285px;

  padding: 20px 15px;
  background: #E7F9EB;

  text-align: center;
}

.theme-sale-sheet .sc-intro .cards .card:not(:last-child) {
  border-right: solid 2px white;
}

.theme-sale-sheet .sc-intro .cards .card:first-child {
  border-radius: 10px 0 0 10px;
}

.theme-sale-sheet .sc-intro .cards .card:last-child {
  border-radius: 0 10px 10px 0;
}

.theme-sale-sheet .sc-intro .cards .card &gt; img {
  width: 69px;
  height: 69px;

  border-radius: 50%;

  margin-bottom: 15px;
}

.theme-sale-sheet .sc-intro .cards .card &gt; p:not(:last-child) {
  margin-bottom: 10px;
}</pre></body></html>