@media only screen and (min-width:1024px) {
    #footer-count2 {
        width: 24% !important;
    }
    #footer-count3,
    #footer-count4 {
        width: 17% !important;
    }
    .genesis-nav-menu .sub-menu > .menu-item.menu-item-has-children > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;
    }
}