.product-list{
  
}
.product-list__body{
  display:grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: repeat(5, 1fr);
}