/** === Blockquote Block === */
.wp-block-quote cite {
    display: block;
    margin-top: -25px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer{
    font-size: 1.6rem;
    line-height: 1.5;    
    text-align: left;
    font-style: normal;
}

.wp-block-quote.is-style-large{
    padding: 4rem 5rem;
    margin-bottom: 4.2rem;
}
@media (max-width: 970px){
    .wp-block-quote cite,
    .wp-block-pullquote cite, 
    .wp-block-pullquote footer {
        margin-top: -15px;
    }

}
@media (max-width: 570px){
    blockquote.wp-block-quote,
    .wp-block-quote.is-style-large,
    .wp-block-pullquote blockquote,
    .wp-block-pullquote.alignwide blockquote{
        padding: 20px 30px;
    }
    .wp-block-quote cite,
    .wp-block-pullquote cite, 
    .wp-block-pullquote footer {
        margin-top: -15px;
    }
    .wp-block-quote.is-large p, 
    .wp-block-quote.is-style-large p,
    .wp-block-pullquote p, 
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 2.4rem;
    }
    .wp-block-pullquote:not(.is-style-solid-color):not(.alignwide) blockquote {
        max-width: 332px;
    }
    .wp-block-pullquote.alignleft, 
    .wp-block-pullquote.alignright {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}