#block-donation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.donation-link {
  position: absolute;
  top: 40px;
  right: 246px;
}

.donation-link a {
  background-color: #0F3A7E;
  padding: 0 5px;
  color: white;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  #block-donation {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 45%;
    margin: 30px 0 30px 5px;
  }
  .donation-link {
    position: relative;
    top: 0;
    left: 0;
  }
  .donation-link a {
    background-color: white;
    color: #0f3a7e;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
