.rowservice {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.service {
  font-size: 15px;
  text-align: center;
  color: #273d4b;
  background-color: white;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;

  border-bottom: #cc8400;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;

  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 30px;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 100px) {
  .rowservice {
    width:50%;
    margin: auto;
  }
}
@media only screen and (min-width: 400px) {
  .rowservice {
    width:60%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .rowservice {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .rowservice {
    width: 100%;
    margin: auto;
  }
}

.theline {
  border: none; 
  height: 2px; 
  background-color: orange;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.test {
  background-image: url('../images/pietro.jpg');
  background-size: cover;
  background-color: red;
  height: 600px; 
}


/* PREVENTIVATORE */

input {
  width: 100% !important;
  margin-left: 0px;
  min-width: 120px;
}

select {
  min-width: 120px;
  width: 50% !important;
}


.formlabel {
  text-align: left;
}

.formvalue {
  align-items: left;
  display: flex;
  justify-content: left;
}

.theRow {
  margin-top: 5px;
  margin-right: 10px;
  width: 100%;
}