@font-face {
	font-family: "moonstoneregular";
	src: url("fonts/Moonstone-Regular.woff") format("woff"), url("fonts/Moonstone-Regular.otf") format("otf"), url("fonts/Moonstone-Regular.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
}
.video-block-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
}
.video-block-content h2 {
	font-family: "cronos-pro", serif;
	font-size: 40px;
	line-height: 112.5%;
	margin-bottom: 30px;
	margin-top: 0px !important;
}
.video-block-content p {
	font-family: "cronos-pro", serif;
	font-size: 22px;
	line-height: 150%;
	font-weight: 400;
	margin-bottom: 40px;
}
.video-block-video {
	max-width: 960px;
	margin: 0 auto;
}
.video-block-video iframe {
	width: 100%;
	max-width: 960px;
	height: 100%;
	border-radius: 10px;
	aspect-ratio: 16/9;
	margin: 0 auto;
}
.custom-divider-section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.custom-divider-section figure {
	width: 100%;
	max-width: 100%;
	margin: 0px !important;
	height: 2px;
}
.custom-divider-section figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 998px) {
	.video-block-container {
		padding: 40px 20px;
	}
}
