.routeContentBlockImageRight {
    margin-top: 3em;
}

.routeContentBlockImageRight__container {
    margin-bottom: 3em;
}

.routeContentBlockImageRight__imageContainer {
    margin-top: 1em;
}

.routeContentBlockImageRight__image {
    display: block;
}

@media screen and (min-width: 650px) {
    .routeContentBlockImageRight__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;
    }

    .routeContentBlockImageRight__content {
        width: calc(60% - 1em);
    }

    .routeContentBlockImageRight__imageContainer {
        width: calc(40% - 1em);
        margin-top: 0;
        margin-left: 2em;
    }
}
