.box_shadow_example {
  -webkit-box-shadow: 7px 7px 7px #FBB03B;
  -moz-box-shadow: 7px 7px 7px #FBB03B;
  box-shadow: 7px 7px 7px #FBB03B;
}