<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contentItem {
  margin-top: 53px;
}
.contentItem .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentItem .products .product {
  width: 100%;
  margin-bottom: 70px;
  transform: translateY(0);
  transition: all 0.3s;
  cursor: pointer;
}
.text {
  text-indent: 2rem;
  color: #2f2725;
  font-size: 18px;
  line-height: 36px;
}
.mt100 {
  margin-top: 100px;
}
</pre></body></html>