h1 > span strong {
  text-shadow: -1px 3px 7px #000000;
}
h2 > span strong {
  text-shadow: -1px 2px 0px #000000;
}
h2 > span {
  text-shadow: 0px 1px 3px #000000;
  font-size: 43px;
}
h3 > span strong {
  text-shadow: -1px 0px 2px #000000;
}
.col-inner p strong {
  text-shadow: 1px 0px 1px #000000;
}
