
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.footer .container {
		flex-direction: column;
	}
}
