@mixin icons-on-hr() {
  &__hr {
    position: relative;
    top: -35px;
    z-index: -10;
  }
}