.quote{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
.quote img{
    width: 4rem;
    display: block;
}
.quote span{
    text-align: center;
    font-size: 1.5rem;
    line-height: 150%;
}
.quote-author{
    font-size: 1.2rem !important;
}