.Blockquote {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 1rem;

    &::before {
        content: "";
        position: absolute;
        top: -0.25em;
        right: -0.25em;
        width: 1em;
        font-size: 5rem;
        aspect-ratio: 65/48;
        background-image: url("../../Icons/quote.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
