<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.multi-column-container .grid {
  grid-template-columns: repeat(1, 1fr);
}
.wrapper .grid .border-right {
  border-right: none;
}
.multi-column-item .item-content .button-set a {
  padding: 12px 20vw;
}
.multi-column-item .item-content .text-content .heading {
  font-size: 1.2rem;
}
.multi-column-item .item-content .text-content .eyebrow {
  margin-bottom: 0.5rem;
}
</pre></body></html>