#div-feature {
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
}

#div-feature-title {
  margin-left: 80px;
  margin-right: 0px;
  width: 280px;
}

#h1-feature-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

#img-feature {
  margin-top: 20px;
  width: 1000px;
  height: auto;
}

.li-feature {
  margin-top: 10px;
  margin-left: 35px;
  font-size: 16px;
  font-family: Arial;
  line-height: 1.2;
}

#li-feature-1 {
  color: red;
}