/* breakpoints */
.link {
  background: transparent;
  /* breakpoints */
}

.link a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.link a:hover {
  color: #878787;
  text-decoration: none;
}
