.product-grid-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .product-grid-container img {
    border: 1px solid #ccc;
  }
  .site-name.site-branding__name {
    display: none;
  }
  h1.page-title {
    text-align: center;
  }
  .category-block {
    text-align: center;
  }
  .category-block h3 {
    font-weight: 300;
  }
  .response-img img {
    width:100%;
    height:auto;
  }