.proddesc span.small {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

#product-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px;
}

#product-images .prodimg {
  width: 200px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media (max-width: 1200px) {
#product-images .prodimg {
  width: 150px;
}
}

@media (max-width: 768px) {
#product-images .prodimg {
  width: 100px;
}
}
