.footer-navigation-section {
	margin-left: 89px;
}

.footer-menu-section:not(:first-child) {
	margin-top: 32px;
}

.footer-menu-section h2 {
	color: #676767;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
}

.footer-menu-section > div {
	margin-top: 16px;
}

.footer-menu-section ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.footer-menu-section li {
	display: flex;
	align-items: center;
	gap: 0 16px;
}

.footer-menu-section li:not(:last-child)::after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background: #dedede;
}

.footer-menu-section a {
	color: #676767;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	text-decoration: none;
}
