.invoice-title h2,
.invoice-title h1 {
    display: inline-block;
}

.table>tbody>tr>.no-line {
    border-top: none;
}

.table>thead>tr>.no-line {
    border-bottom: none;
}

.table>tbody>tr>.thick-line {
    border-top: 2px solid;
}
.container .heading{
    display: flex;
    justify-content: center;
    margin: 10px 0 10px 0;
}
.container .logos{
    display: flex;
    justify-content: space-between;
     margin: 10px 0 10px 0;
}