.footer-title {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	padding-right: 5px;
	color: #3c3c3c;
}

.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;
	}
}
