/* QUOTE */

.quote-section{
    padding: 100px 250px;

    display: flex;
    flex-direction: column;
}

.quote-text, 
.quote-author{
    margin: 0;
    width: 800px;
}

.quote-author{
    font-weight: 900;
    text-align: right;
}