<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.courses {
	overflow: auto !important;
}

@media only screen and (min-width: 960px) {
	.sbu-columns--column.one-third {
		/*
		width: 31.333%;
		margin: 0 1%;
		padding: 20px;
		*/
		width: 31.333% !important;
		margin: 0 1% !important;
	}
}

.slick-slide img {
    display: block;
    object-fit: cover;
    max-height: 660px; !important;
}</pre></body></html>