h5 {
  display: none;
}

h5 + p {
  /* border-left: 3px solid orangered;
  padding: 10px;
  background-color: darkgray; */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f0f7fb;
  border: solid 1px #3498db;
  border-radius: 6px;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 60px;
}