.wp-block-pullquote {
    padding: 2rem 0;
    line-height: 1.4;
    font-size: 1.2em;
    border-width: 2px;
    border-color: rgba(0,0,0,0.2);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.latest-magazine .row > div:not(:first-child) {
    transform: scale(0.8);
}

