.content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list {
  display: flex;
  overflow: auto;
  list-style: none;
}
@media (max-width: 767px) {
  .content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list {
    flex-wrap: nowrap;
  }
}
.content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list li {
  padding: 0;
  margin-left: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
.content-wrapper--survey-details .information-only-section .common-info--row ul.blog-tags--list li:before {
  display: none;
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 156px;
  min-height: 156px;
  border-radius: 8px;
}

.description {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.description h4 {
  font-size: 2rem;
  color: var(--tellwut--black);
}
.description h4:first-child {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.description h4:nth-child(n+2) {
  margin-top: 2.4rem;
  margin-bottom: 1.4rem;
}
