.type-name-receipt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-receipt {
    width: 80%;
    height: 32px;
    border: solid 1px lightgrey
}

.type-name {
    width: 17%;
    height: 32px;
    border: solid 1px lightgrey
}

@media screen and  (max-width: 1024px) {
    .type-name-receipt{
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .name-receipt {
        width: 75%;
        border: solid 1px lightgrey;
    }
    
    .type-name {
        width: 20%;
        border: solid 1px lightgrey;
    }
}
