.invoice-header {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 930px) {
    .invoice-header {
        flex-direction: column-reverse;
    }
}
