.aeSeoLandingFooter {
	border-top: 1px solid #e6e3dc;
	color: #6b6861;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 60px auto 40px;
	max-width: 1180px;
	padding: 24px 54px 0;
}

.aeSeoLandingFooter__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.aeSeoLandingFooter__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.aeSeoLandingFooter__links a {
	border-bottom: 1px solid transparent;
	color: #34312d;
	font-size: 13px;
	letter-spacing: .04em;
	padding-bottom: 1px;
	text-decoration: none;
}

.aeSeoLandingFooter__links a:hover {
	border-bottom-color: #34312d;
}

@media (max-width: 767px) {
	.aeSeoLandingFooter {
		margin: 40px auto 24px;
		padding: 18px 20px 0;
	}

	.aeSeoLandingFooter__label {
		font-size: 10px;
	}

	.aeSeoLandingFooter__links {
		gap: 14px;
	}

	.aeSeoLandingFooter__links a {
		font-size: 12px;
	}
}
