.product-showcase__title {
  justify-content: center;
  display: flex;
}
.product-showcase__effects-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-content: center;
}
.product-showcase__effects-image {
  margin: 0 auto;
}

.product-showcase__effects-image img {
  margin: 0 auto;
  display: flex;
}

.product-showcase__effects-image figcaption {
  font-size: 22px;
  text-align: center;
}
