.about .content {
  max-width: 400px;
  margin-right: 20px;
}

.about img {
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.container {
  max-width: 1920px;
  margin: auto;
}

.product {
  font-size: 16px;
}

.product img {
  max-width: 100%;
}
/*# sourceMappingURL=index.css.map */