.quote-banner {
    margin-left: 50%;
    transform: translateX(-50%);
    width:100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    .quote-container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        max-width: 40rem;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        color:white;
        text-align:center;
        font-weight:400;

    }
}

