/*** Write your CSS structure here. ***/


@media (max-width:992px) {
	.site-footer .widget-container+.widget-container {
		margin-top: 2px;
	}
	.site-footer .widget-title {
		margin-bottom: 5px;
	}
	.site-footer .row>div+div {
		margin-top: 20px;
	}
	.site-header .logo-mobile {
		max-height: 50px;
		max-width: 60vw
	}
}