.quote-wrapper{
    background-color: var(--color-darkslate);
    padding: var(--spacing-xxl) 0;
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    align-items: center;
    justify-content: center;
}
.quote-item-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 864px;
    margin: 0 auto;
    text-align: center;
}
.quote-item-wrapper .quote-subline{
    margin-bottom: var(--spacing-xs);
    color: var(--color-green);
    font-size: 16px;
    line-height: 24px;
}
.quote-item-wrapper q{
    margin-bottom: var(--spacing-s);
    color: var(--color-white);
    font-size: 30px;
    line-height: 38px;
    font-family: var(--poppins-semibold), Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.quote-item-wrapper .quote-author{
    margin-bottom: var(--spacing-s);
    color: var(--color-white);
    font-size: 20px;
    line-height: 28px;
    font-family: var(--poppins-semibold), Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.quote-wrapper img{
    border-radius: 100%;
    max-width: 124px;

}
