@media screen and (max-width: 768px){
    .dgrid .btns {
        width: 108% !important;
        margin-left: 42% !important;
    }

    .home-content .title-card {
        min-height: 47px !important;
        height: 47px !important;
    }

    .title-card .card-body {
        display: flex;
        justify-content: space-between;
    }
}