.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}

.h3_ver2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.title-orange-circle_h3 {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

@media screen and (max-width: 749px) {
.h3_ver2 {
  margin-bottom: 10px;
}
.title-orange-circle_h3 {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
}