.quote-contents{
    display: flex;
}

.quote-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.5rem;
}

.quote-img{
    max-height: 100px;
    height: auto;
    width: auto;
    max-width: 100px;
}