.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.main-global {
	padding-left: 15px;
	padding-right: 15px;
}

.finance-banner {
	display: flex;
	flex-wrap: wrap;
	background: #111;
	height: fit-content;
}

.finance-banner a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
color: var(--accent-color);
	text-align: center;
	padding:40px 15px;
	font-size: 2.4em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	
}

.finance-banner i {
	font-size: 1.25em;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -5px;
transition: all .3s linear;
}

.finance-banner a:hover {
    background: #333;
    color: #fff;
}

.finance-banner a:hover i {
    transform: translateX(10px);
}


/* -- QR Global -- */

.qr-global {
    padding: 2% 8%;
    text-align: center;
}

.qrcode{
max-width: 250px;
width: 100%;
height: auto;
}

@media (max-width: 900px) {
.finance-banner a {
	font-size: 2em;
}
}

@media (max-width: 500px) {
.finance-banner a {
	font-size: 1.7em;
}
}