#DivIdToPrint table , #index-products {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.headcomp {
    display: flex; 
    justify-items: center;
    justify-content: space-between;
}

.service-box label {
    width:100%;
    display:block;
}

@media screen and (max-width: 992px) {
    #DivIdToPrint table  , #index-products {
        border: 0;
    }
    #DivIdToPrint h1 {
        font-size:27px !important;
    }
    .btn-saves ,.delete {
        margin-top:15px;
    }
    .products-list {
    
    }
    .etdd table {
        width:992px !important;
        
    }
    .headcomp,.ddffs {
        flex-direction: column;
    }
    .service-box h4 {
        width: 80% !important;
    }
}