@media(max-width: 767px) {
  .desktop {
    display: none!important;
  }
}
@media(min-width: 768px) {
  .mobile {
    display: none!important;
  }
}

.second-link {
  background-color: transparent!important;
  color: #000000;
  border: none!important;
  padding: 0 3rem;
  text-decoration: underline;
}