@media only screen and (max-width: 991px) {
  .navbar2_menu-dropdown {
    .navbar2_dropdwn-toggle {
      a.w-inline-block {      
        pointer-events: none !important;        
      }
    }
  
    .navbar2_dropdwn-toggle.w--open {
      a.w-inline-block {      
        pointer-events: auto !important;        
      }
    }    
  }
  .section_layout1 {
    .layout1_content {
      .layout1_image-wrapper {
        order: 0;
      }
      .layout1_content-box {
        order: 1;
      }
    }
  }
}
.text-rich-text-CMS {
  figure {
    > div {
      min-width: 100%;
    }
  }
  p {
    max-width: 940px;
  }
}