@media only screen and (max-width: 600px) {
    
    .eyecatcher {
        flex-direction: column;
        margin: 0px 1vw;
        margin-top: 30vw;
        margin-bottom: 30vw;
    }

        .eyecatcher .quotationmark img {
            width: 11vw;
        }

        .eyecatcher .quote {
            flex: 12;
            font-size: 6.5vw;
            margin: 4vw 7vw;
            margin-bottom: 2vw;
        }

}