.product-case {
  background: #fff;
  padding: 2.03125vw 8.33333vw 4.16666vw;
}
.product-top {
  display: flex;
  align-items: center;
  margin-bottom: 4.16666vw;
}
.top-title {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #000000;
}
.top-title.active {
  color: #8d222e;
}
.top-title.active:hover {
  cursor: pointer;
  text-decoration: underline;
}
.right-arrow {
  margin: 0 0.83333vw;
  width: 0.83333vw;
  height: 0.83333vw;
}
.inner-html img {
  max-width: 100%;
  height: auto;
}
.inner-title {
  text-align: center;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 1.66666vw;
  color: #1d1d1d;
  line-height: 1.66666vw;
  margin-bottom: 3.02083vw;
}
