@media (min-width: 62rem) {
  .header .main-menu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 51px;
    width: 100vw;
    left: 50%;
    transform: translatex(-50%);
    background-color: #ffffff ;
  }
}
