.sico-term-gallery {
	background: #fff;
	padding: 56px 0 32px;
	font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1f1f1f;
}
.sico-term-gallery__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}
.sico-term-gallery__title {
	font: 700 12px/1 inherit;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #1f1f1f;
	margin: 0 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #ddd;
}
.sico-term-gallery__body {
	min-height: 1px;
}

@media (max-width: 768px) {
	.sico-term-gallery {
		padding: 32px 0 16px;
	}
	.sico-term-gallery__inner {
		padding: 0 16px;
	}
}
