.chapter__blockquote_fullwidth {
    float: none;
    width: auto;
    max-width: 65%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20%;
    margin-bottom: 80px;
}


.chapter__text.chapter__text_whm{
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    .chapter__blockquote_fullwidth {
        max-width: none;
        padding-left: 0;
    }
}
