#back-office .text-name {
    width: 20%;
}

#back-office .text-description {
    width: 50%;
}

@media screen and (max-width: 991px) {
    #back-office .title, #back-office h4 {
        padding: 0 1rem;
    }

    #back-office .field {
        margin: 0.5rem 0.5rem!important;
    }

    #back-office .btn-toolbar .button {
        margin: 1rem
    ;
    }

    #back-office .buttons {
        flex-wrap: wrap;
    }

    #back-office .btn {
        width: 100%;
        margin: 0.5rem!important;
    }
}
