/* Logo Bar Section */
.logo-bar-section {
	background-color: #fff;
	border-top: 1.5px solid #ECECEC;
	border-bottom: 1.5px solid #ECECEC;
	padding: 22px 0;
}

.logo-bar-section .logo-bar-content {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.32px;
	text-align: center;
	margin-bottom: 22px;
}

.logo-bar-section .logo-bar-content > :last-child {
	margin-bottom: 0;
}

.logo-bar-section .logo-bar-content h2,
.logo-bar-section .logo-bar-content h3,
.logo-bar-section .logo-bar-content h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -1.2px;
	margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
	.logo-bar-section {
		padding: 16px 0;
	}

	.logo-bar-section .logo-bar-content {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: -0.28px;
		margin-bottom: 16px;
	}

	.logo-bar-section .logo-bar-content h2,
	.logo-bar-section .logo-bar-content h3,
	.logo-bar-section .logo-bar-content h4 {
		font-size: 22px;
		line-height: 24px;
		letter-spacing: -1.1px;
		margin-bottom: 12px;
	}
}