@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .genz-container h2 {
    text-align: center;
    font-size: 18px;
  }
  .genz-container p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .genz-container .genz-grid .genz-item h4 {
    font-size: 18px;
  }
  .genz-container .genz-grid .genz-item button {
    color: black;
  }
  .watches-container .watches-grid .genz-item h4 {
    font-size: 18px;
  }
  .watches-container .watches-grid .genz-item button {
    color: black;
  }
}/*# sourceMappingURL=tablet.css.map */