.weblogHighlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.weblogHighlight__titleWrapper {
    margin-bottom: 2em;
    order: 2;
}

.weblogHighlight__imageWrapper {
    max-width: 350px;
    order: 1;
}

@media (min-width: 568px) {
    .weblogHighlight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .weblogHighlight__titleWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        flex-basis: 56%;
    }

    .weblogHighlight__title {
        margin-bottom: 1.5em;
    }

    .weblogHighlight__imageWrapper {
        flex-basis: 32%;
        margin-right: 3em;
    }

    .weblogHighlight__image {
        max-width: 100%;
    }
}
