#hero {
	background: linear-gradient(to bottom, #d0d0d2, #ada3a0);
	position: relative;
}

#mhs {
	background: url('/assets/landing/mhs.webp');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	border-radius: 30px;
	padding: 8% 50px;
}

#hero {
	background: url('/assets/landing/header.webp');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#black_box {
	background: #181419;
	border-radius: 30px;
	padding: 50px;
}

@media (max-width: 767px) {

	
}