.donate {
  width: 100%;
  min-height: 816px;
  /* background-image: url("../../../../images/donate-en-bg.png");
  -webkit-background-image: url("../../../../images/donate-en-bg.png");
  -moz-background-image: url("../../../../images/donate-en-bg.png");
  -o-background-image: url("../../../../images/donate-en-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; */
  /* flex-direction: column;
  align-items: flex-end; 
  margin-top: 5px;
  */
  background-color: #f95e5a;
  padding: 10px 20px 10px 20px;
}


.donate-fr{
  background-image: url("../../../../images/donate-fr-bg.png");
  -webkit-background-image: url("../../../../images/donate-fr-bg.png");
  -moz-background-image: url("../../../../images/donate-en-fr.png");
  -o-background-image: url("../../../../images/donate-fr-bg.png");
}

article p:nth-child(n + 1) b {
  color: #ffffff;
}

article {
  margin-top: 18px;
  margin-right: 24px;
  width: 580px;
  float: right;
  text-align: justify;
}

article p {
  float: right;
  line-height: 1.1875;
  margin-bottom: 15px;
}
.donate-images{
  width: 513px;
  height: 802px;
  background-image: url("../../../../images/img_donate.jpg");
  -webkit-background-image: url("../../../../images/img_donate.jpg");
  -moz-background-image: url("../../../../images/img_donate.jpg");
  -o-background-image: url("../../../../images/img_donate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.donate-success{
  width: 513px;
  height: 802px;
  background-image: url("../../../../images/donate_success.jpg");
  -webkit-background-image: url("../../../../images/donate_success.jpg");
  -moz-background-image: url("../../../../images/donate_success.jpg");
  -o-background-image: url("../../../../images/donate_success.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*Payment Form*/
/* .payment-form {
  margin-right: 85px;
} */


/* @media screen and (max-width: 1023px) {

  .donate {
    min-height: unset;
    height: 100%;
    background-image: url("../../../../images/jn-bg-mobile.jpg");
    -webkit-background-image: url("../../../../images/jn-bg-mobile.jpg");
    -moz-background-image: url("../../../../images/jn-bg-mobile.jpg");
    -o-background-image: url("../../../../images/jn-bg-mobile.jpg");
    align-items: center;
    margin-top: 0;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-bottom: 5.3vw;
  }

  article {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 3.8vw;
    margin-right: 0;
    margin-bottom: 7.4vw;
  }

  article p {
    max-width: 100%;
    float: right;
    font-size: 3.8vw;
    margin-bottom: 3.8vw;
  }

  article p:not(:first-child) {
    max-width: 100%;
  }

  /*Payment Form* /
  .payment-form {
    width: 100%;
    min-height: unset;
    background-size: 6.45vw 6.45vw;
    -webkit-background-size: 6.45vw 6.45vw;
    -moz-background-size: 6.45vw 6.45vw;
    -o-background-size: 6.45vw 6.45vw;
    margin-right: 0;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }

} */

