 
@media screen and (min-width: 577px) and (max-width: 768px) {
    .footer-bar-item-title{
        font-size:16px;        
    }
    .footer-bar-item-icon{
        height: 44px;
        justify-content: space-between;
    }
    .footer-bar .btn-group{
        width:100%;
    }

    .custom-fltr-canvas-flex{
        flex-direction: column;
    }       

 }
