.hero .widget-title {
  font-weight: bolder;
  text-transform: capitalize;
  text-decoration: underline;
  text-shadow: 4px 4px #111111;
}

.hero .widget.widget_text p {
  font-weight: normal;
  font-style: italic;
  color: white;
  text-shadow: 1px 1px #111111;
}