.is-process-horizontal .first-heading {
  margin-block-end: 4rem;
}
.is-process-horizontal .wp-block-columns {
  line-height: 1.4;
}
.is-process-horizontal .wp-block-columns p {
  position: relative;
  background: var(--rh--color--content);
  padding: 0.5rem;
}
.is-process-horizontal .wp-block-columns .rh-block-icon {
  margin-bottom: 2rem;
  color: var(--rh--color--ci--secondary);
  position: relative;
}
.is-process-horizontal .wp-block-columns .rh-block-icon svg {
  fill: var(--rh--color--ci--secondary--contrast);
}
.is-process-horizontal .wp-block-columns .rh-block-icon:not(.last-child) {
  position: relative;
}
.is-process-horizontal .wp-block-columns .rh-block-icon:not(.last-child)::after {
  content: "";
  height: 180%;
  width: 3px;
  bottom: -180%;
  left: 50%;
  position: absolute;
  background: var(--rh--color--highlight);
}
@media (min-width: 840px) {
  .is-process-horizontal .wp-block-columns .rh-block-icon:not(.last-child)::after {
    height: 3px;
    width: 200%;
    top: 50%;
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .is-process-horizontal .wp-block-columns .rh-block-icon:not(.last-child)::after {
    width: 300%;
  }
}