footer {
    background-color: #f1f1ea;
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    position: fixed;
}

.padding-1em {
    padding: 1em 0em 4em 0em;
}

footer div {
    text-align: center;
}

footer .footer-content {
	width: 20%;
	display: inline-block;
	font-family: light-font;
	font-size: 16px;
	color: #2c57d4;
}

.footer-content label {
    font-family: medium-font;
    font-size: 18px;
}

.footer-content > span img {
    background-color: #2c57d4;
    border-radius: 50%;
    display: inline-block
}
