/* Preserve the original card spacing and reduce only its width. */
#overview .mura-experiment__result {
  width: calc(100% - 3rem);
  max-width: 32rem;
}
@media (max-width: 820px) {
  #overview .mura-experiment__result {
    width: calc(100% - 1.5rem);
  }
}
