.footer_logo {
	width: 235px;
	margin: auto;
}
.footer_text {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	margin: 34px 0 73px;
}
.copyright {
	font-family: archivo, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}
.footer_concept {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.footer {
		padding-bottom: 2rem;
	}
	.footer_logo {
		width: 20rem;
	}
	.footer_text {
		font-size: 1.2rem;
		margin: 5rem 0 6rem;
	}
	.copyright {
		font-size: 1rem;
	}
	.footer_concept {
		margin-top: 2rem;
	}
}