@charset "utf-8";

h2{
  margin-top: 80px;
}

h3{
  margin-top: 45px;
  text-align: center;
}

.goods-grid{
  margin: 80px auto 0;
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 22%);
  column-gap: 4%;
  row-gap: 65px;
}

ul li img{
  width: 100%;
  border-radius: 10px;
}