@media (min-width: 990px) {
    .narrow-center-quote .av_two_fifth {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .narrow-center-quote .av_three_fifth {
        border-top-right-radius: var(--round) !important;
        border-bottom-right-radius: var(--round) !important;
    }    
}
@media (max-width: 989px) {
    .narrow-center-quote .flex_column {
        border-radius: var(--round);
    }
}