@media screen and (max-width: 768px) {
    .firms-box .firm-box,
    .firms-box .firm-contact-box {
        border: 2px solid !important;
    }
    #add_new_firm_btn{
        width: 100%;
        margin-top: 20px;
    }
    .firm-filter-state-dropdown-box,
    .add-firm-btn-box{
        padding: 0px !important;
    }
    .firm-filter-state-dropdown-box #state{
        margin-top: 20px;
    }

    #firms_contacts_filter_box{
        padding-right: 15px !important;
        margin-top: 20px !important;
    }
}