.lowerbox__wrap {
    display: flex;
    align-items: center;
    background: #fff;
    flex-wrap:wrap;
    width:100%;
}

.lowerbox__wrap--has-image {
    min-height: 650px;
}

    .lowerbox__quote-open {
        font-size: 55px;
        font-weight: 800;
        line-height: 1;
    }

.lowerbox__info {
    padding: 20px;
}

.lowerbox__quote p {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.lowerbox__source {
    margin-top: 45px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
}

a.btn.lowerbox__link {
    margin-top: 15px;
}

.lowerbox__image {max-height:650px;padding-bottom:20px;}

.lowerbox__source-image {
    float: left;
    margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .lowerbox__wrap {
        flex-wrap: nowrap;
    }

    .lowerbox__quote p {
        font-size: 20px;
    }

    a.btn.lowerbox__link {
        margin-top: 33px;
    }

    .lowerbox__info {
        padding: 50px;
    }

    .lowerbox__image {
        padding-bottom: 0;
    }

    .lowerbox__quote-open {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1200px) {
    .lowerbox__quote p {
        font-size: 1.3vw;
    }
}