
div.hero-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div.hero-text{
	max-width: 800px;
	margin-bottom: 10px;
	text-align: center;
}
div.hero-text h1{
	font-size: 2.5rem;
	margin-bottom: 10px;
}
div.hero-text p{
	font-size: 1.2rem;
}

div.video-container{
	overflow: hidden;
	border: 2px solid #562ad4;
	border-radius: 15px;
}
div.video-container video{
	display: block;
	object-fit: cover;
	max-height: 500px;
	width: 100%;
}
