@charset "UTF-8";
/* CSS Document */

.footer {
    padding: 4rem 0 6em;
}

@media (max-width: 890px){

.footer {
    padding: 1rem 0 6em;
}
	
	}