.prog-hdr {
  background-color: #Blue;
  background-image: url(https://d2sljpqia91b3y.cloudfront.net/75c5dbf8-f47f-4366-992f-ebc665d9b378.jpg);
  background-repeat: no-repeat;
  background-size: cover; 
}

.title--program {
  background-image: url(https://d2sljpqia91b3y.cloudfront.net/24e790c0-a367-4200-8275-8cc06067c314.png);
   background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  width: 400px;
  padding-top: 30px;
  text-indent: -9000px;
}

@media (max-width: 640px){
  .title--program {
    width: 300px;
  }
}