@media (max-width: 768px) {
    .footer-collapsible h4::after {
        content: "\f078";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 20px;
        transition: all ease .125s;
    }

    .footer-collapsible .elementor-widget-heading {
        margin-bottom: 0 !important;
    }

    .footer-collapsible .elementor-widget-icon-list .elementor-widget-container ul > li:first-child {
         padding-top: 20px;
    }

    .footer-collapsible .elementor-widget-container.expanded h4::after {
        transform: rotate(-180deg) translateY(50%);
    }

    .footer-collapsible:not(:last-of-type) {
        border-top: 1px solid #dedede;
    }
}