.accordion .card-body{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

img{
    transition: all 0.3s;
}
.card-header[aria-expanded="true"] img{
    transform: rotate(90deg);
}