.acc_icon_expand {
    cursor: pointer;
    transition: transform 0.3s;
}
.acc_icon_expand.active {
    transform: rotate(45deg);
}