.home-scenario__rows article > i::before {
  position: absolute;
  display: block;
  inset: 12px 4px;
  width: auto;
  height: auto;
  background: var(--home-red);
  clip-path: polygon(0 32%, calc(100% - 16px) 32%, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, calc(100% - 16px) 68%, 0 68%);
  content: "";
}

.home-scenario__rows article > i .mrh-glyph {
  display: none;
}

@media (max-width: 767px) {
  .home-scenario__rows article > i {
    width: 56px;
    height: 44px;
    justify-content: start;
    transform: rotate(90deg);
    transform-origin: center;
  }

  .home-scenario__rows article > i::before {
    display: block;
  }
}
