.title-btn{
    width: 150px;
}

@media screen and (max-width: 575.98px) {
    .notifications{
        border: 0px !important;
    }
    .notifications img{
        width: 45px;
        height: 45px;
    }
    .modal{
        z-index: 5 !important;
    }
    .point-btn{
        margin: 0px;
        padding: 0px;
    }
    .title-btn{
        width: 120px !important;
    }
    .title-btn button{
        width: 80px !important;
        padding: 5px 10px !important;
        font-size: 11px !important;
    }
}

