@charset "UTF-8";



.Main-Functions{
	background: black;
	height: 50rem;
	display: flex;
}


.Main-Functions-box1{
	width: 50%;
}

.Main-Functions-box2{
	width: 50%;
}

.Main-Functions-box-group1{
	display: flex;
	flex-direction: column;
	height: 25rem;
	justify-content: end;
	line-height: 1;
}

.Main-Functions-box-group2{
	display: flex;
	height: 25rem;
	flex-direction: column;
	padding-top: 30px;
	line-height: 2;
}

.Main-Functions-text1{
	color: white;
	font-size: 90px;
	font-weight: 600;
}

.Main-Functions-text2{
	color: #C4C4C4;
	font-size: 20px;
}