.wp-block-pullquote {
	margin: 0 0 1em 0;
	padding: 3em 0;
	text-align: center;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative;
}
.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal;
}

.wp-block-pullquote cite {
	color: inherit;
}.wp-block-pullquote > cite {
	grid-area: author;
	font-size: .8rem;
}
.wp-block-pullquote > blockquote{
	padding:0;
	margin:0;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p{
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}.wp-block-pullquote{ 
margin: auto  auto;
border-top: none rgba(0,0,0,1);
border-right: none rgba(0,0,0,1);
border-bottom: none rgba(0,0,0,1);
border-left: none rgba(0,0,0,1);
border-radius:0 0 0 0;
}
.wp-block-pullquote{ 
font-family:"Open Sans", sans-serif;
font-weight:400;
font-size:13px;
line-height:20px;
color:rgba(68,68,68,1);
}
