/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer_info>svg {
	/* width: 300px; */
	/* max-width: 60vw; */
	/* height: auto; */
	margin: 6px auto 14px;
	height: 64px;
	left: 0;
	position: relative;
	display: block;
}

.scroll_top {
	position: fixed;
	right: 14px;
	bottom: 5px;
	font-size: 66px;
	color: #a3a3a3;
	z-index: 8;
	cursor: pointer;
}

.footer_info {
	width: 100%;
	height: max-content;
}
.footer_info_l1 {
	text-align: center;
	font-size: 33px;
	font-weight: 900;
	/* color: red; */
	color: white;
	/* text-shadow: 0 0 20px black; */
	position: relative;
	width: 100%;
	margin: 22px auto 10px;
	bottom: 0px;
}

.footer_info_l2 {
	text-align: center;
	font-size: 23px;
	font-weight: bolder;
	color: white;
	position: relative;
	margin-top: 6px;
}
.footer_info_l1_1 {
	text-align: center;
	color: white;
	font-size: 15px;
	/* margin-top: 31px; */
	padding: 0 10px;
	position: relative;
	left: 0;
	right: 0;
}
@media screen and (max-width: 750px) {
	.footer_info_l1{margin-top: 3px;font-size: 24px;}
	.footer_info_l2{
	font-size: 4vw;
}
	.footer_info_l1_1{
	/* margin-top: 3vh; */
}
	.footer_info>svg{
	height: 81px;
	max-width: max-content;
	max-width: 85vw;
}
}


.bigfooter {
	height: max-content;
}