.swatches-container {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
}

.tool-card {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.tool-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background: #eee;
  display: block;
  margin-bottom: rem;
}

.tool-card-title {
  margin-top: 1rem;
}