@media screen and (min-width: 769px) {
.footerwidget {
	width:48%;
	margin: 20px 1%;
}
.footerwidget {
	display: table-cell;
	float:left;
}
.footerwidget:nth-child(2n+1) {
	clear: left;
}
}
