.prog-hdr {
  background-image: url(https://d1aao3ltosagc7.cloudfront.net/719803A5-E227-433F-94D6-987E64A72AEB.jpg);
  backgroud-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.title--program {
  background-image: url(https://d1aao3ltosagc7.cloudfront.net/F6EDEADC-498A-495D-AA86-637FF3D9202C.png);
  background-repeat: no-repeat;
  background-size: 37%;
  background-position-y: -4px;
  width: 350px;
  text-indent: -9000px;
  text-shadow: 1px 1px 5px #0d344782;
}
@media(max-width: 639px){
  .title--program {
  background: none;
  text-indent: 0;
}
}