.wp-block-quote p:first-child { margin-top: 0;}
.wp-block-quote p:last-child { margin-bottom: 0;}

.wp-block-quote cite {
	display: block;
    font-style: italic;
    line-height: 1.45;
    position: relative;
    color: #7a7a7a;

    margin-left: 30px;
}

.wp-block-quote:not([class*="is-style-"]) {
	position: relative;
	font-weight:bold;
	position:relative;
	top:17px;
	color:#ddd;
	left:7px;
    background:#444;
    padding: 2.25em;    
}

.wp-block-quote:not([class*="is-style-"]) a{
	color:#ddd;
	padding-left: 30px;
}

.wp-block-quote:not([class*="is-style-"]):before {
    display: block;
    content: "\201C";
    font-size: 100px;
    position: absolute;
    left: 0px;
    top: -10px;
    color: #7a7a7a;
}