.section-items {
  float: left;
  height: 250px;
  margin: 0 5% 20px;
  overflow: hidden;
  width: 90%;
}
.section-items h2 {
  border-bottom: 1px dashed #dddddd;
}
.list-items {
  margin: 0 0 0 5px;
}
.list-items li {
  list-style: none !important;
  margin: 0 !important;
  width: 100%;
}
ul.portfolio li {
  margin: 10px 0 0 10px !important;
}

fieldset {
  width: 90%;
}
fieldset input, fieldset textarea {
  border-width: 1px;
  padding: 1px;
}
 fieldset textarea {
  height: 4em;
}