.content .owl-carousel .owl-stage{
    display: flex; 
    flex-direction: row;
}
.content .owl-carousel .owl-item{
    float: none;
    order: 2;
}

.content .owl-carousel .owl-item:last-child{
    order: 1;
}