.footer-title {
	display: flex;
	padding-right: 5px;
	color: #5B5454;
	justify-content: center;
}
a {
	text-decoration: none;
	color:#5B5454;
}

a:visited {
    color:#5B5454;
}

.footer-title span {
	font-size: 20px;
	font-weight: 500;
	flex-grow: 1;
	letter-spacing: 2px;
}

.footer-bottom-line {
	border-bottom: 1px solid #aaa !important;
}

.footer-btn {
	font-size: 16px;
	font-weight: 900;
	display: none;
}

.footer-btn:hover {
	cursor: pointer;
}

.footer-info {
	display: inline-block !important;
}

@media screen and (max-width: 500px) {
	.footer-bottom-line {
		border-bottom: 2px solid #3c3c3c !important;
	}

	.footer-btn {
		display: inline-block;
	}

	.footer-info {
		display: none !important;
	}

	.footer-info-show {
		display: flex !important;
	}
}
