.widget_wph_content_stripe {

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

.widget_wph_content_stripe .widget-image {

}

.widget_wph_content_stripe .widget-content {
    padding: 30px;
}

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

.widget_wph_content_stripe .widget-image {
    /*margin-bottom: 15px;*/
}

.widget_wph_content_stripe .image-bottom .widget-image {
    margin-top: 15px;
    /*margin-bottom: 0;*/
}

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

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

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

    .widget_wph_content_stripe .widget-content {
        /*padding: 0;*/
    }

    .widget_wph_content_stripe .image-right .widget-image {
        width: 40%;
        margin-left: 8%;
       /*margin-bottom: 0;*/
    }
    
    .widget_wph_content_stripe .image-left .widget-image {
        width: 40%;
        margin-right: 8%;
        /*margin-bottom: 0;*/
    }
    
    .widget_wph_content_stripe .image-right .widget-content,
    .widget_wph_content_stripe .image-left .widget-content  {
        width: calc(52% - 1px);
    }

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

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

}