@media screen and (min-width: 770px) {
  #cta-6588d7b36251600ed012b346 .box-step {
    list-style: none;
    padding: 0;
  }
  #cta-6588d7b36251600ed012b346 .box-step .cta-column {
    position: relative;
    margin: 0;
    border-radius: 5px;
  }
  #cta-6588d7b36251600ed012b346 .box-step .cta-column .component {
    margin: 0 !important;
  }
  #cta-6588d7b36251600ed012b346 .box-step .cta-column:not(:last-child) {
    margin-right: 30px;
  }
  #cta-6588d7b36251600ed012b346 .box-step > .cta-column:not(:last-child):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #7a91cc;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -24px;
  }
}