.container {
    display: flex;
    flex-wrap: wrap;
    
  }
  
  .column {
    flex-basis: 100%; /* Initially, each column occupies full width */
    
  }
  .imgs3{
  width:50%;
  }