@media screen and (max-width: 992px) {
.footer_nav h2:after {
content: "\f107";
display: block;
font-family: "Font Awesome 5 Pro";
color: #fff;
display: block;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}

.footer_nav h2.active:after {
    content: "\f106";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

}

