.prog-hdr {
  background: #5bcda9;
  background-image: url(https://gdb.rferl.org/2ccce1d6-7929-4d33-bdb5-5ba0d19d2f98.png),
    linear-gradient(
      90deg,
      rgba(91, 205, 169, 1) 33%,
      rgba(83, 198, 131, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: auto 140%;
  background-position: right -180px top -25px;
  position: relative;
}

@media (min-width: 640px) {
  .prog-hdr {
    background-position: right 0px top -30px;
    background-size: auto 170%;
  }
}

@media (min-width: 992px) {
  .prog-hdr {
    background-position: center top -30px;
    background-size: auto 170%;
  }
}
