.title_arrow{
    display: flex;
}
.title_arrow .arrow_compact{
    transform: rotate(-180deg);
}
.title_arrow .arrow_compact .svg {
    top: 6px;
    left: 5px;
}
#footer .items.active .arrow_compact {
    transform: rotate(0deg) !important;
}
#footer .items.active .arrow_compact .svg {
    top: 3px;
    left: 3px;
}
@media(min-width: 768px) {
    .arrow_compact {
        display: none;
    }
}