.section8{
	width: 100%;
	height: 100%;
	padding-bottom: 150px;
}

.section8-main{
	width: 90%;
	height: 100%;
	background: linear-gradient(135deg, #181c1f 0%, #2a2f35 100%);
	border-radius: 10px;
	margin-left: 5%;
}


.setion8-lower-blank{
	width: 100%;
	height: 30px;
}
.section8-cont{
	margin-left: 0%;
	margin-top: 10%;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	gap:50px;
  	
}

.section8-card{
	width: 100%;
	height: 100%;
}

#qrcode{
	width: 100%;
	margin-left: 0%;
	margin-top: 5%;
}
.section8-card h1{
	color: white;
	margin-left: 10%;
	margin-top: 15%;
	font-size: 50px;
	font-weight: 900;
}

.section8-card p{
	color: white;
	margin-left: 11%;
	margin-top: 1%;
	font-size: 20px;
}


.section8-btns{
	display: flex;
	gap: 30px;
	width: 90%;
	margin-top: 5%;
	margin-left: 11%;
}


.section8-btns a{
	text-decoration: none;
	width: 40%;
	height: 80px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}

.section8-btns a img{
	width: 90%;
	height: auto;
}

