.prog-hdr {
  background: #3bacac;
  background-image: url(https://d3p8n5v2phyax0.cloudfront.net/058a0000-0aff-0242-73d4-08dadbd248b3_w500.png);
  background-repeat: no-repeat;
  background-size: 230px;
  background-position: right -75px top -30px;
}

.title--program {
max-width: 50%
}

@media (min-width: 640px) {
  .prog-hdr {
       background-size: 300px;
       background-position: 100% 28%;
    }
  .title--program {
max-width: 100%
}
   }

@media (min-width: 992px) {
  .prog-hdr {
       background-size: 350px;
       background-position: 70% 30%;
    }