.widget_wph_highlights {

}

.widget_wph_highlights .widget-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.widget_wph_highlights .widget-image {

}

.widget_wph_highlights .widget-image,
.widget_wph_highlights .widget-content {
    width: 100%;
}

.widget_wph_highlights .widget-image {
    margin-bottom: 15px;
}

.widget_wph_highlights .image-bottom .widget-image {
    margin-top: 15px;
    margin-bottom: 0;
}

.widget_wph_highlights .image-bottom .widget-image {
    order: 2;
}

.widget_wph_highlights .image-bottom .widget-content {
    order: 1;
}

@media only screen and (min-width: 960px) {

    .widget_wph_highlights .image-right .widget-image {
        width: 40%;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .widget_wph_highlights .image-left .widget-image {
        width: 40%;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .widget_wph_highlights .image-right .widget-content,
    .widget_wph_highlights .image-left .widget-content  {
        width: calc(58% - 16px);
    }

    .widget_wph_highlights .image-right .widget-image {
        order: 2;
    }

    .widget_wph_highlights .image-right .widget-content {
        order: 1;
    }

}