
.main {
	width: 100%;
	height: 100vh;
	padding: 0;
	background-image: url("../../img/bck01.png");
	background-position: right;
	background-repeat: no-repeat;
}



.black_button {
	display: inline-block;
	background: #fff;
	margin-top: 650px;
	margin-right: 350px;
	float: right;
	padding: 20px;
	border-radius: 50px;
	text-decoration: none;
}

.button_title {
	color: #333;
	transition: color 0.2s;
	font-size: 30px;
}



.info_box {
	display: inline-block;
	margin-top: 75vh;
	margin-left: 30px;
	color: #fff;
	z-index: 10;
	width: 350px;
	height: fit-content;
	backdrop-filter: blur(4px);
	font-family: roboto;
	border: solid 2px #aaa;
	border-radius: 10px;
}

.info_box_content {
	padding: 20px;
}

.info_box_numb {
	color: #fff;
	font-size: 120px;
	width: fit-content;
	display: inline-block;
	margin: 0;
	margin-right: 20px;
	line-height: 102px;
	float: left;
}

.info_box_text {
	color: #fff;
	display: inline-block;
	text-align: left;
	width: fit-content;
	font-size: 40px;
	margin-bottom: auto;
	font-weight: 300;
}




.info_article {
	display: inline-block;
	width: 60%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20%;
	margin-right: 20%;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.info_article_content {
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.info_article_title {
	width: 100%;
	font-size: 62px;
	margin-bottom: 25px;
}

.info_article_text {
	font-size: 20px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.asdf {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 700px;
}