<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-gutter.jcsb .col-3 {
  width: calc(33.3% - 20px);
}
.row-gutter.jcsb {
  justify-content: center;
}
.row-gutter.jcsb .col-2 {
  width: calc(50% - 20px);
  max-width: 330px;
}

@media only screen and (max-width: 768px) {
  .row-gutter.jcsb .col-3 {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  .row-gutter.jcsb .col-2, .row-gutter.jcsb .col-3 {
    width: calc(100% - 20px);
  }
}
</pre></body></html>