.footer-container {
	background-color: #f5f6f4;
}
.footer {
	color: #9f9f9f;
	padding: 50px 0 40px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	background-color: #f5f6f4;

	a {
		color: #9f9f9f;
	}
	.footer__text {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
	}
	@media (max-width: 860px) {
		max-width: 100%;
		margin: 0 20px;
	}
}

.copyright {
	margin-bottom: 2.3rem;
}

.attachments {
	display: flex;
	justify-content: center;
	gap: 0.8rem;
	margin-bottom: 1.8rem;
	a {
		text-decoration: underline;
	}
	@media (max-width: 400px) {
		flex-direction: column;
	}
}
