.quotes__wrap:not(:last-child) {
    border-right: 1px solid var(--color-grey-25);
}

@media only screen and (max-width: 767px) {
    .quotes__wrap:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--color-grey-25);
    }
}
