.thebench_area{
    /*background-color: #FFFFFF;*/
    /*min-height: 300px;*/
    /*
    .container{
        padding-top:120px;
        padding-bottom:115px;
    }
    */
    .image-block {
        @media #{$mobile_device} { /* (max-width: 767px) */
        order: 1 !important;
        }
        @media #{$tablet_device} { /* (min-width: 768px) and (max-width: 991px) */
        order: 1 !important;
        }
        @media #{$mid_device} { /* (min-width: 992px) and (max-width: 1200px) */
        }
        @media #{$large_device} { /* (min-width: 1200px) and (max-width: 1500px) */
        }        
    }

    .owl-carousel .owl-stage-outer {
      border: 1px solid #DD4B50; 
    }

}