/* Styles enabled in Advanced Tiny MCE Editor > Formats */

:root {
	--pale-orange: #ffd68f;
	--yellow-snow: #fff2da;
	--almost-black: #2b2c3d;
	--orange: #f59b24;
	--grey: #727585;
	--silver: #dddee2;
	--almost-white: #f5f5f6;
	--white: #ffffff;
	--perriwinkle: #6473dc;
	--red: #e14d62;
	--green: #07a87e;
	--dark-orange: #eb730b;

	font-family: Glober;
}

/* .text-orange {
	color: var(--dark-orange);
	font-family: Globerx;
	font-weight: bold;
} */

.blockquote {	
	font-family: PlayfairDisplay;
	font-size: 2.7rem;
	line-height: 1.37;
	color: var(--almost-black);
	padding-left: 70px;
}

.blockquote:after {
	content: "";
	position: absolute;
	top: 1.55rem;
	width: 50px;
	height: 2px;
	display: block;
	background-color: var(--almost-black);
}

@media (max-width: 576px) {
	
	.blockquote {
		padding-left: 0;
	}

	.blockquote:after {
 		display: none; 
	} 

}



