.brand-showcase {
	padding: 64px 0;
	background: #fff;
	border-top: 1px solid #e7ebef;
	border-bottom: 1px solid #e7ebef;
}

.brand-showcase--soft {
	background: #f6f8fa;
}

.brand-showcase__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #f15a00;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.brand-showcase__title {
	margin-bottom: 10px;
	color: #17212b;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -.03em;
}

.brand-showcase__copy {
	max-width: 760px;
	margin: 0 auto 30px;
	color: #5f6b76;
	font-size: 1rem;
	line-height: 1.65;
}

.brand-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.brand-carousel .owl-item {
	display: flex;
	height: auto;
}

.brand-carousel__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 112px;
	margin: 1px 0;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(13, 27, 42, .05);
}

.brand-carousel__item img {
	display: block;
	width: auto !important;
	max-width: 100%;
	height: auto;
	max-height: 58px;
	object-fit: contain;
}

.brand-carousel__item--wolpac {
	background: #14283d;
	border-color: #14283d;
}

.brand-carousel .owl-dots {
	margin-top: 22px !important;
}

.brand-carousel--compact {
	max-width: 580px;
	margin-right: auto;
	margin-left: auto;
}

.brand-carousel .owl-dot span {
	width: 8px !important;
	height: 8px !important;
}

.brand-carousel .owl-dot.active span,
.brand-carousel .owl-dot:hover span {
	background: #f15a00 !important;
}

@media (max-width: 767px) {
	.brand-showcase { padding: 46px 0; }
	.brand-showcase__copy { margin-bottom: 22px; font-size: .94rem; }
	.brand-carousel__item { height: 92px; padding: 18px; }
	.brand-carousel__item img { max-height: 48px; }
}
