.quote-block {
    margin: 3rem auto 1.5rem;
    padding: 2rem;
    max-width: 100%;
}

@media (min-width: 768px) {
    .quote-block {
        max-width: 75%;
    }
}

.quote-block__quote {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #272b3e;
    margin: 0 0 1rem;
    line-height: 1.65;
}

.quote-block__citation {
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #272b3e;
}

.quote-block--left {
    margin-left: 0;
    text-align: left;
}

.quote-block--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.quote-block--right {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
