.well {
  border: none;
  background-color: lightcoral;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 30px;
}
.list h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 23px;
  color: lightcoral;
  font-weight: bold;
}
.list p {
  line-height: 1.8em;
  font-size: 1.1em;
  text-align: justify;
}
