@media screen and (min-width: 1600px) {
	.footer_text{
		width: 90%;
	}
}
@media screen and (max-width: 1600px) {
	.footer_text{
		width: 1440px;
	}
}
@media screen and (max-width: 1440px) {
	.footer_text{
		width: 100%;
	}
}
