.routeContentBlockImageLeft {
    margin-top: 3em;
}

.routeContentBlockImageLeft__container {
    margin-bottom: 3em;
}

.routeContentBlockImageLeft__imageContainer {
    margin-top: 1em;
}

.routeContentBlockImageLeft__image {
    display: block;
}

@media screen and (min-width: 650px) {
    .routeContentBlockImageLeft__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .routeContentBlockImageLeft__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(60% - 1em);
    }

    .routeContentBlockImageLeft__imageContainer {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(40% - 1em);
        margin-top: 0;
        margin-right: 2em;
    }
}
