#donation-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 36px 0;
}
#donation-info-text-container, #donation-info-form {
  width: 47%
}
#donation-info-text {
  background-color: #398DC2;
  color: white;
  padding: 24px;
}
#donation-info-form {
  border: #F58020 2px solid;
}
.donation-type {
  margin: 24px;
}
#IATS {
  background-color: white;
  padding: 12px;
}
.IATS_EventTitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: none;
}
.IATS_EventDescription {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 1.0rem;
  line-height: 1.6rem;
  display: none;
}
.IATS_AmountSectionTitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.IATS_AmountItemDiv {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.IATS_AmountSpan {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.IATS_PaymentSectionNote {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.IATS_PaymentItemDiv {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.IATS_PaymentItemInput_Country {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.IATS_InputRequired {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.IATS_PaymentInputField {
    font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
@media only screen and (max-width: 1024px) {
  #donation-info {
    flex-direction: column;
  }
  #donation-info-text-container, #donation-info-form {
    width: 90%;
    margin: auto;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .heroHGroup {
    padding-top: 4vh;
    padding-bottom: 6vh;
    text-align: center;
  }
  .hero h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .hero h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  #donate-heading-content img {
    width: 100%
  }
  #donate-heading-content {
    flex-direction: column-reverse;
  }
}