.tps_featuredbar2 {
	transition: opacity 1s ease;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.tps_featuredbar2 {
		margin-bottom: 70px;
		margin-top: 80px;
	}
}

.tps_featuredbar2_title {
	display: block;
	font-size: 22px;
	text-align: center;
	padding: 20px 0;
	padding-top: 25px;
	color: #363636;
}

.tps_featuredbar2_title:hover {
	text-decoration: underline;
}

.tps_featuredbar2_companies {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 55px;
}

.tps_featuredbar2_companies img {
	display: none;
}

/* Mobile-only specifics */
@media (max-width: 767px) {
	.tps_featuredbar2_companies img.tps_featuredbar2_mobile {
		display: inline-block;
		max-width: 35vw;
		height: auto;
		padding: 10px;
	}
}

@media (min-width: 768px) {
	.tps_featuredbar2_title {
		margin-bottom: 0px;
		margin-top: 40px;
	}

	.tps_featuredbar2_companies {
		min-height: 55px;
	}

	.tps_featuredbar2_companies img {
		display: block;
		margin: 0 20px;
		margin-top: 30px;
		max-height: 40px;
		box-sizing: border-box;
		opacity: 0.8;
	}
	.tps_featuredbar2_companies img:hover {
		opacity: 1;
	}
}
