.content-full-width.quote-block.wpblock {
    position: relative;
}
  
.content-full-width.quote-block.wpblock .content .columns .column:nth-child(1) {
    width: 53.0233%;
    padding-right: 60px;
    max-width: 870px;
}

.content-full-width.quote-block.wpblock .content .columns .column:nth-child(1) p:last-child {
    padding-bottom: 0;
}

.content-full-width.quote-block.wpblock .content .columns .column:nth-child(2) {
    width: 46.9767%;
}

@media(max-width:900px) {

    .content-full-width.quote-block.wpblock .content .columns .column:nth-child(1) {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }

    .content-full-width.quote-block.wpblock .content .columns .column:nth-child(2) {
        width: 100%;
        padding: 30px 0 0 0;
    }

 }          