@media(max-width: 1000px){
	footer{
		height: 800px;
		display: flex;
		flex-direction: column;
	}

	.footer-section{
		width: 100%;
	}
}

@media(max-width: 768px) and (max-width: 1024px){
	.footer-section{
		font-size: 18px;
		height: 100px;
	}

	.footer-section > p{
		font-size: 18px;
	}

	.footer-section > p > a{
		font-size: 18px;
	}

	.footer-btn-up > a{
		font-size: 18px;
	}
}

