/* @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    */
/*****************************************/


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

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

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