a.help {
@include transition(color .2s linear);
color: $gray-light;
position: absolute;
right: 0;
top: 0;
&:hover {
color: $green-taiga;
}