/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 06:24:07 */
.largetext {
	
	font-size:1.25em;
	font-weight:medium;
	line-height:1.4em;
	color: #000000 !important;
}
blockquote{
  font-size: 1.05em;
  width:100%;
  margin:50px auto;
  font-style: normal;
  font-weight: 800 !important;
  color: #000000 !important;
  padding:1.2em 30px 1.2em 75px;
  line-height:1.5;
  position: relative;
  background:#F0F5F6;
	border-radius :0 30px;
}

blockquote::before{
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: 800 !important;
  margin-top:1em;
}