/* CSS Document */

/* FOOTER */
.footer-content .row .column:first-child h2::before{
	height: 92px;
	background-image: url(/themes/stone/images/logo-znc_bm2.svg);
}


/* RESPONSIVE */
@media screen and (min-width: 750px){
	.footer-content .row .column:first-child h2::before{
		height: 100px;
	}
}

