@import '../../../../styles/global';

h3 {
  display inline-block;
  margin 0 12px;
}

a.h5 {
  border 2px solid brand-secondary;
  width 17px;
  height 17px;
  font-weight 500;
  border-radius 50%;
  margin: 0;
  display inline-block;
  &:hover {
    cursor pointer;
  }
}
