.footer-top.flex-container {
    display: flex;
    justify-content: center;
}
.footer-top.flex-container .flex-item .aside-img{
	margin-right: 15px;
}
.footer-top.flex-container .flex-item .aside-text h4{
	text-transform: uppercase;
	font-family: 'Zurich LtCn BT';
	color: rgba(255,255,255,0.8);
       font-size: 19px;
}
.footer-top.flex-container .flex-item {
    display: flex;
    flex: 0 0 200px;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

body.widget-snippet{
background: #101010;
}
