/* Clients & Partners */
.ssphere-partners-section {
	background-color: #231F1F;
	text-align: center;
}

.ssphere-partners-section .big-title,
.ssphere-partners-kicker,
.ssphere-partners-gallery .moving-gallery-caption {
	font-family: 'CopperplateGothic', sans-serif !important;
}

.ssphere-partners-section .big-title {
	margin-bottom: 20px;
}

.ssphere-partners-kicker {
	color: rgba(255,255,255,0.55);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0;
	text-transform: uppercase;
}

.ssphere-partners-gallery li {
	width: 25vw;
	min-width: 320px;
}

.ssphere-partner-logo {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	display: flex;
	height: 300px;
	justify-content: center;
	padding: 56px;
}

.rounded-borders .ssphere-partner-logo {
	border-radius: 8px;
}

.ssphere-partners-gallery .ssphere-partner-logo img {
	border: 0;
	filter: none;
	max-height: 105px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.ssphere-partners-gallery .moving-gallery-caption {
	color: rgba(255,255,255,0.42);
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 22px;
	text-transform: none;
}

@media screen and (max-width: 767px) {
	.ssphere-partners-gallery li {
		min-width: 78vw;
		width: 78vw;
	}

	.ssphere-partner-logo {
		height: 220px;
		padding: 36px;
	}

	.ssphere-partners-gallery .moving-gallery-caption {
		font-size: 22px;
	}
}
