.block-quote{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: black;
}

.block-quote__inner{
    padding: 12rem 2rem;
    color: white;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.block-quote__quote{
    position: relative;
    margin: 0;
}

.block-quote__quote--sign::before{
    content: "\201C";
    font-size: 12rem;
    font-family: "Playfair Display", serif;
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: -3rem;
    left: 0rem;
    z-index: 1;
}

.block-quote__name{
    font-size: 1.2rem;
}

.block-quote__overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #A2A093;
    opacity: 0.73;
}

@media screen and (min-width: 992px) {
    .block-quote__inner{
        padding: 14rem 20rem;
    }

    .block-quote__quote::before{
        top: -2rem;
        left: -8rem;
    }
}
