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

.row-depth-1.dnd_area-row-0-background-layers {
   background-position: right !important;
} 