.footer {
	width: 100%;
	height: 200px;
	position: relative;
}
.company{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.company span{
	color: #000000;
	font-size: 0.75rem;
	display: block;
	padding: 12px;
	cursor: default;
}
.company span:hover{
	
}