.grogshop .text {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
  }
.grogshop .text p {
  width: 100%;
  margin: 0 auto;
  }
.grogshop .text {
  padding: 40px;
  font-size: 16px;
  line-height: 2em;
  color: #fff;
  text-indent: 2em;
  background: url('../img/index/grogshop-bg.jpg');
  background-size: cover;
  }
.grogshop .text p {
  width: 80%;
  margin: 0 auto;
  }
.grogshop .img {
  width: 100vw;
  }
.grogshop img {
  width: 100%;
  }
@media screen and (max-width: 768px) {
  .grogshop .text p {
    width: 100%;
    }
  }
