/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/**
 * IMAGE TEXT RAW ORDER FOR MOBILE
 */

@media (max-width: 767px) {
    .cell_16819317764444-row-0-vertical-alignment > .row-fluid {
        width: 100%;
      display: flex; 
   flex-direction: column-reverse;
    }

  
@media (max-width: 767px) {
    .cell_16818617207952-row-4-vertical-alignment > .row-fluid {
        width: 100%;
      display: flex; 
   flex-direction: column-reverse;
    }

  @media (max-width: 767px) {
    .cell_168193404735517-row-1-vertical-alignment  > .row-fluid {
        width: 100%;
      display: flex; 
   flex-direction: column-reverse;
    }