.footer__navigation-wrapper {
  position: relative;
}

@media screen and (max-width: 1230px) {
  .footer__navigation-wrapper:first-child:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    right: 0;
  }


  .footer__navigation-wrapper::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    right: 0;
  }
}