.hsf-sponsors {
	width: 100%;
	background: #f4f4f4;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 28px 20px 32px;
	box-sizing: border-box;
}

.hsf-inner {
	max-width: 1180px;
	margin: 0 auto;
}

.hsf-title {
	text-align: center;
	margin: 0 0 18px;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
}

.hsf-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 18px 32px;
}

.hsf-item {
	flex: 0 1 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}

.hsf-item img {
	max-width: 140px;
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(15%);
	opacity: 0.92;
	transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.hsf-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.hsf-item a:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.04);
}

@media (max-width: 767px) {
	.hsf-sponsors {
		padding: 20px 14px 24px;
	}

	.hsf-item {
		flex: 0 1 calc(33.333% - 16px);
	}

	.hsf-item img {
		max-width: 110px;
		max-height: 52px;
	}
}

@media (max-width: 480px) {
	.hsf-item {
		flex: 0 1 calc(50% - 12px);
	}
}
