.arrow {
    transition: all 500ms;
}
.arrow-active {
    transform: rotate(180deg);
}
.arrow-active .arrow-g {
    fill: #9ade19;
}

