.ft-blog-hero {
	background: linear-gradient(
		180deg,
		#E0F0FA 63.99%,
		rgba(224, 240, 250, 0) 100%
	);
	padding: 96px 24px;
}

.ft-blog-hero__inner {
	width: min(1360px, 100%);
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.ft-blog-hero__content {
	width: 100%;
	max-width: 600px;
	margin: 0 !important;
}

.ft-blog-hero__label {
	width: 100%;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.03px;
	color: var(--wp--preset--color--black);
}

.ft-blog-hero__title {
	width: 100%;
	margin: 0 0 16px;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.08px;
	text-transform: capitalize;
	color: var(--wp--preset--color--black);
	background: transparent;
}

.ft-blog-hero__desc {
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: var(--wp--preset--color--black);
}

@media (max-width: 1024px) {

	.ft-blog-hero {
		padding: 80px 39px;
	}
}

@media (max-width: 768px) {

	.ft-blog-hero {
		padding: 40px 16px;
	}

	.ft-blog-hero__content {
		max-width: 100%;
	}

	.ft-blog-hero__label {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.032px;
		margin-bottom: 8px;
	}

	.ft-blog-hero__title {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.48px;
		margin-bottom: 8px;
	}

	.ft-blog-hero__desc {
		font-size: 16px;
		line-height: 24px;
	}
}

/* ==============================
   Editor Styles
============================== */
.editor-styles-wrapper .ft-blog-hero {
	background: linear-gradient(
		180deg,
		#E0F0FA 63.99%,
		rgba(224, 240, 250, 0) 100%
	);
	padding: 96px 24px;
}

.editor-styles-wrapper .ft-blog-hero__inner {
	width: min(1310px, 100%);
	max-width: 1310px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.editor-styles-wrapper .ft-blog-hero__content {
	width: 100%;
	max-width: 600px;
	margin: 0 !important;
}

.editor-styles-wrapper .ft-blog-hero__label {
	width: 100%;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.03px;
	color: var(--wp--preset--color--black);
	text-align: left;
}

.editor-styles-wrapper .ft-blog-hero__title {
	width: 100%;
	margin: 0 0 16px;
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.08px;
	text-transform: capitalize;
	color: var(--wp--preset--color--black);
	background: transparent;
	text-align: left;
}

.editor-styles-wrapper .ft-blog-hero__desc {
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: var(--wp--preset--color--black);
	text-align: left;
}

@media (max-width: 1024px) {

	.editor-styles-wrapper .ft-blog-hero {
		padding: 80px 39px;
	}
}

@media (max-width: 768px) {

	.editor-styles-wrapper .ft-blog-hero {
		padding: 40px 16px;
	}

	.editor-styles-wrapper .ft-blog-hero__content {
		max-width: 100%;
	}

	.editor-styles-wrapper .ft-blog-hero__label {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.032px;
		margin-bottom: 8px;
	}

	.editor-styles-wrapper .ft-blog-hero__title {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.48px;
		margin-bottom: 8px;
	}

	.editor-styles-wrapper .ft-blog-hero__desc {
		font-size: 16px;
		line-height: 24px;
	}
}