<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.galleryBox ul {
  overflow: hidden;
  padding-bottom: 30px;
}

.galleryBox ul:last-child {
  padding-bottom: 0;
}

.galleryBox ul li {
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
  width: 280px;
}

.galleryBox ul li:nth-child(even) {
  padding-right: 0;
}</pre></body></html>