h1, .h1-like {
    font-family: "Arimo", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}
@media (max-width: 767px) {
  h1, .h1-like {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
  }
}

a:hover, a:active, a:focus {
    color: $primary;
    text-decoration: none;
}
