  .feature-box-border-vertical .feature-box {
    position: relative;
  }

  .feature-box-border-vertical .feature-box:not(.noborder)::before,
  .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    width: 3px;
    height: 100%;
    background-color: var(--bs-gray-200);
  }

  .feature-box-border-vertical .fbox-icon i,
  .feature-box-border-vertical .fbox-border.fbox-light .fbox-icon i {
    position: relative;
    z-index: 5;
    text-align: center;
    box-shadow: 0 0 0 6px #FFF;
    background-color: #FFF !important;
  }

  .feature-box-border-vertical .fbox-active.feature-box .fbox-icon i,
  .feature-box-border-vertical .fbox-active.feature-box .fbox-border.fbox-light .fbox-icon i,
  .feature-box-border-vertical .fbox-active.feature-box:not(.noborder)::after {
    background-color: var(--bs-primary) !important;
    color: #FFF;
  }

  .fbox-content p {
    color: #FFF;
  }
