.content-main-content-wrapper.single-bstcfmblogs .content-section .title {
	font-size: 64px !important;
}

.content-main-content-wrapper.single-bstcfmblogs .content-section h1, .content-main-content-wrapper.single-bstcfmblogs .content-section h2, .content-main-content-wrapper.single-bstcfmblogs .content-section h3, .content-main-content-wrapper.single-bstcfmblogs .content-section h4, .content-main-content-wrapper.single-bstcfmblogs .content-section h5, .content-main-content-wrapper.single-bstcfmblogs .content-section h6 {
	font-size: 40px !important;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.single-bstcfmblogs .content-main-content-wrapper.single-bstcfmblogs .content-section .content-wrapper li {
	font-size: 20px;
	line-height: 1.3333;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	color: #061626;
}



.content-main-content-wrapper.single-bstcfmblogs .content-section .wp-block-quote {
	display: grid;
	background-color: #FCEFD4;
	grid-template-columns: auto 1fr auto;
	column-gap: 10px;
	padding: 16px 27px 16px;
}

@media screen and (min-width: 1600px) {
	.content-main-content-wrapper.single-bstcfmblogs .content-section .wp-block-quote {
		grid-template-columns: auto 10fr auto 1fr;
		column-gap: 32px;
	}
}


.content-main-content-wrapper.single-bstcfmblogs .content-section .wp-block-quote p {
	margin-bottom: 0;
	margin-top: 1em;
	margin-left: 0.5em;
	font-size: 32px;

}

@media screen and (min-width: 1024px) {
	.content-main-content-wrapper.single-bstcfmblogs .content-section .wp-block-quote p {
		font-size: 40px;
	}
}

.content-main-content-wrapper.single-bstcfmblogs .content-section .wp-block-quote::before {
	width: 2em;
	background-position: top;
	background-image: url("https://thebluffsathuron.com/wp-content/themes/52base-complete/inc/modules/blog_showcase_three_column_full_module/top-icon-tan.svg") ;
}

.content-main-content-wrapper.single-bstcfmblogs .content-section .wp-block-quote::after {
	content: "";
	display: block;
	width: 2em;
	background-image: url("https://thebluffsathuron.com/wp-content/themes/52base-complete/inc/modules/blog_showcase_three_column_full_module/top-icon-tan.svg");
	background-size: contain;
	/*background-position: bottom;*/
	background-repeat: no-repeat;
	margin-top: 0.75em;
	transform: rotate(180deg);
}
