<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-col-layout-image-bg .container {
	z-index: 2;
}

.section-col-layout-no-bg {
	background: #ffffff;
}

@media (min-width: 768px) {
	.col-count-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.col-count-3 span {
  display: inline-block;
  margin-bottom: 6px;
}</pre></body></html>