.site-footer {
	background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 5px;
}

.wrapper-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.site-info {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	text-align: right;
	padding-right: 2%;
}
.site-footer h3 {
	font-weight: 600;
	margin: 0;
	line-height: 1.1;
}
.site-info a {
	color: unset;
}
.site-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.site-footer ul a {
	text-decoration: none;
	color: unset;
}
.site-footer ul a:hover {
	color: #27ae60;
}
.site-footer .row2 a,
.site-footer .row3 a {
	text-decoration: none;
	color: unset;
}
.site-footer .col3 a:hover {
	color: #27ae60;
}

@media (max-width: 768px) {
	.site-footer {
		padding: 10px;
	}
	.wrapper-footer {
		flex-direction: column;
	}
	.site-footer .col3 {
		margin-top: 15px;
	}
}
