.product-sidebar {
  margin-bottom: 1rem;
}

.product-sidebar__list {
  padding: 0;
  margin: 0;
}
.product-sidebar__item {
  list-style: none;
  margin-bottom: 10px;
}

.product-sidebar__text--special {
  color: rgb(24 157 75);
  font-weight: lighter;
}

.product-sidebar__text--special {
  color: rgb(24 157 75);
  font-weight: bold;
}

.product-sidebar__list p {
  margin: 0;
  padding: 0;
}

.product-sidebar:after {
  content: "";
  width: 200px;
  background: #f0f0f0;
  height: 1px;
  display: block;
}
