.post-product-other .container .title {
  color: var(--color);
  font-size: var(--h1);
  margin: 5% 0;
}
.post-product-other .container .product-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post-product-other .container .product-container .a {
  display: block;
}
.post-product-other .container .product-container .a .pic {
  border-radius: var(--border-radius);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.post-product-other .container .product-container .a .product-name {
  color: var(--color);
  margin-top: 5px;
  letter-spacing: 0.5px;
}
