@media (min-width: 768px) {
  .lines {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  #header .lines {
    height: 90px;
  }
  .lines .container, .lines .row {
    height: 100%;
  }
  .lines .col {
    position: relative;
  }
  .lines .col::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--text-primary);
    opacity: 0.075;
  }
  .lines .col:last-child::after {
    content: "";
    position: absolute;
    right: 0.9375rem;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--text-primary);
    opacity: 0.075;
  }
}

/*# sourceMappingURL=skill-box.com.lines.css.map */
