.catalog {
  display: flex;
  flex-wrap: wrap;
}

.product {
  width: 25%; 
  padding: 10px;
  box-sizing:border-box;
}