.flex-grid {
  
  .rows {
    display: flex;
    flex-direction: column;
    background-color: white;
  }
  
}