.prog-hdr {
 background-color: #f28225;
  background-image: url("https://d2sljpqia91b3y.cloudfront.net/cc5f3ef4-1a73-425a-9c23-7050cd0853ac_w350.png");
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: 60%;
}

@media (min-width: 640px) and (max-width: 991px) {
  .prog-hdr{
      background-size: 250px;
      background-position: 70%;
  }
}

@media (max-width: 640px) {
  .prog-hdr{
    background: #f28225;
  }
}