.support-us-description {
  padding: 0 10px;
}

.donation-container .banner {
  margin-bottom: 0;
}
.donation-container .donation-way {
  padding-top: 0;
}
.donation-container .donation-way .donation-tab {
  margin-top: 0;
}

.donor-header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donor-header-action .year-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.donor-header-action .year-select select {
  min-width: 80px;
  text-align: center;
}
.donor-header-action .year-select select option {
  text-align: center;
}
.donor-header-action .year-select label {
  white-space: nowrap;
}
.donor-header-action .year-select button {
  white-space: nowrap;
}

.action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 15vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.action a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=donation.css.map */