.quotes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.quote {
    max-width: 25rem;
    padding: 1rem 2rem;
}

.quote h5 {
    font-size: 1rem;
}

.quote hr {
    margin: .5rem auto;
}