:where(.paragraph--type--featured-quote-standard-page) {
    width: 53.4%;
}

@media screen and (max-width: 1919px) {
    :where(.paragraph--type--featured-quote-standard-page) {
        width: 61.10%;
    }

}

@media screen and (max-width: 1439px) {
    :where(.paragraph--type--featured-quote-standard-page) {
        width: auto;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 467px) {}

:where(.paragraph--type--featured-quote-standard-page) :where(.field--name-field-featured-quote) {
    font-family: 'Garnett';
    font-size: 30px;
    font-weight: 300;
    color: var(--dark-blue);
    position: relative;
    display: flex;
    gap: 22px;
}

:where(.paragraph--type--featured-quote-standard-page) :where(.field--name-field-featured-quote)::before {
    content: url('/sites/default/files/inline-images/quote.svg');
    height: 58px;
    width: 58px;
    transform: translateY(-25px);
}