.text .wp-block-quote {
    padding: 40px;
    padding-right: 60px;
    margin: 0 0 25px;
    border-left: 0;
    font-style: italic !important;
    position: relative;
    z-index: 1;
    font-size: 17px;
    border: 1px solid #e6edf6;
    border-radius: 8px;
    background: #fff no-repeat 97% 90% url(../img/quote.svg);
    line-height: 1.85;
    font-weight: 400;
    background-size: 50px;
}

.text .wp-block-quote p {
    padding-top: 0;
    font-size: 110%;
}

.text .wp-block-quote p:last-of-type {
    margin-bottom: 0;
}

.text .wp-block-quote cite, 
.text .wp-block-quote__citation {
    display: block;
    margin-top: 15px;
    color: #002050;
    font-style: normal;
    font-size: 15px;
    font-family: "Be Vietnam Pro",sans-serif;
    font-weight: 700;
    text-transform: none;
}

.text .wp-block-pullquote {
    padding: 25px 70px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
    border: 1px solid #e6edf6;
    background: #fff;
    border-radius: 8px;
    font-size: 17px;
}

.text .wp-block-pullquote::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    background: no-repeat url(../img/quote.svg);
    transform: rotate(180deg);
}

.text .wp-block-pullquote::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    background: no-repeat url(../img/quote.svg)
}

.text .wp-block-pullquote blockquote {
    border-left: 0;
    padding: 20px 0;
    margin: 0;
    background: 0 0;
    border: 0;
    line-height: 1.85;
    font-weight: 400;
    background-size: 50px;
    font-style: italic !important;
    position: relative;
    z-index: 1;
    font-size: 110%;
}

.text .wp-block-pullquote blockquote p {
    padding: 0;
}

.text .wp-block-pullquote blockquote cite {
    display: block;
    margin-top: 8px;
    color: #002050;
    font-style: normal;
    font-size: 15px;
    font-family: 'Be Vietnam Pro';
    font-weight: 700;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    
    .text .wp-block-pullquote {
        padding: 60px 25px;
    }
    
}