.enewsletter-content-block-section {
	padding: 60px 20px;
}

.enewsletter-content-block-container {
	max-width: 1170px;
	margin: 0 auto;
}
.enewsletter-content-block-container h2 {
	font-family: "cronos-pro", serif;
	font-size: 48px;
	line-height: 1;
	margin: 0px;
	margin-bottom: 30px;
}
.enewsletter-content-block-container h3 {
	font-size: 36px;
	line-height: 100%;
	margin-top: 0px !important;
	margin-bottom: 30px;
}
.enewsletter-content-block-container h4 {
	font-size: 34px;
	line-height: 100%;
	font-weight: 700 !important;
	margin-top: 0px !important;
	margin-bottom: 30px;
}
.enewsletter-content-block-container h4 span {
	font-weight: 700 !important;
}
.enewsletter-content-block-container h2 span.moonstone-font {
	font-family: "moonstoneregular", sans-serif;
	font-size: 93px;
	line-height: 100%;
}
.enewsletter-content-block-container p {
	font-size: 26px;
	line-height: 150%;
	font-weight: 400;
	margin: 0px;
	font-family: "cronos-pro", serif;
	margin-bottom: 20px;
}
.enewsletter-content-block-container p a:hover span {
	color: #ff401a !important;
}
.enewsletter-content-block-container p img {
	width: 100%;
	max-width: 587px;
	height: 100%;
	object-fit: cover;
	margin-bottom: 60px;
}
.enewsletter-content-block-container p:last-child {
	margin-bottom: 0px;
}
.hide-mobile {
	display: none;
}
@media screen and (max-width: 998px) {
	.enewsletter-content-block-section {
		padding: 30px 20px;
	}
	.hide-mobile {
		display: block;
	}
	.enewsletter-content-block-container h2 {
		font-size: 30px;
	}
	.enewsletter-content-block-container h3 {
		font-size: 24px;
	}
	.enewsletter-content-block-container h4 {
		font-size: 28px;
	}
	.enewsletter-content-block-container h2 span.moonstone-font {
		font-size: 70px;
	}
	.enewsletter-content-block-container p img {
		margin-bottom: 30px;
	}
	.enewsletter-content-block-container p {
		font-size: 20px;
	}
}
