@charset "UTF-8";

@media (max-width:764px) {
	.footer-widgets h5{
		justify-content: center;
		display: flex;
	}
	.footer-widgets ul.posts li{
		display: flex;
		justify-content: center;
	}
	.social-links{
		display: flex;
		justify-content: center;
	}
	.footer-widgets p{
		justify-content: center;
		display: flex;
	}
	.footer-widgets .end-foo{
		margin-left: 20px;
	}


}
