@media (min-width: 768px) {
  #product-information {
    margin-top: 50px;
  }

  #product-information .page-header::before {
    display: block;
    content: "";
    width: 200px;
    height: 120px;
    background: url("/en/files/beyondblue_e3e6b1bed22db9930f3e52123e858582.PNG") no-repeat;
    background-size: contain;
    margin-right: 20px;
    margin-top: -70px;
    float: right;
  }
}

@media (max-width: 769px) {
  #product-information {
    margin-top: 20px;
  }
  #product-information .page-header::before {
    display: block;
    content: "";
    width: 130px;
    height: 80px;
    background: url("/en/files/beyondblue_e3e6b1bed22db9930f3e52123e858582.PNG") no-repeat;
    background-size: contain;
    margin-right: 20px;
    margin-top: -40px;
    float: right;
  }
}
