How to reduce padding around Quote block

To reduce padding around the Quote Block, you can use this code to Custom CSS box

div.quote-block figure {
    padding: 0px !important;
}
div.quote-block figure span {
    display: none !important;
}