/*
.row-depth-1.row-number-1.dnd-section:has(.sec_title) {
    min-height: 310px;
    max-height: 310px;
}
*/
 
@supports selector(.dnd-section:has(.sec_title)) {
  .row-depth-1.row-number-1.dnd-section:has(.sec_title) {  
     min-height: 310px;
     max-height: 310px;
  }
  @media (max-width: 991px) {
     .row-depth-1.row-number-1.dnd-section:has(.sec_title) {  
        min-height: 310px;
     }
  }
}