.article-placement table {
    width: 100%;
}
.article-placement blockquote {
    width: 100%;
    font-style: italic;
    background-image: url('articles/blockquote.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 80px 50px;
    border-radius: 2px;
}

@media screen and (max-width: 1100px){
    .article-placement blockquote {
        background-size: cover !important;
    }
}