.rowDonateRow {
  text-align: center;
  background: #087ec5;
  color: white;
}
.rowDonateRow a {
  color: #fdb827;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
  text-decoration: underline;
}
.rowDonateRow a:hover,
.rowDonateRow a:focus,
.rowDonateRow a:active {
  text-decoration: none;
}
.rowDonateRow > .container > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .rowDonateRow > .container > .row {
    flex-direction: row;
  }
}
.rowDonateRow > .container > .row > .column {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 2;
}
@media (min-width: 768px) {
  .rowDonateRow > .container > .row > .column {
    width: 50%;
    margin-left: auto;
  }
}
.rowDonateRow > .container > .row > .column div p {
  margin-bottom: 20px;
}
.rowDonateRow > .container > .row > .column .heading-info {
  padding-bottom: 20px;
  font-size: 50px;
  font-family: "prohibition";
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
}
.rowDonateRow > .container > .row > .column .heading-info p,
.rowDonateRow > .container > .row > .column .heading-info h2 {
  font-size: 40px;
  font-family: "prohibition";
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.rowDonateRow > .container > .row > .column p {
  font-size: 20px;
  line-height: 1.1;
}
.rowDonateRow > .container > .row > .column .button-wrapper {
  margin-top: 30px;
}
.rowDonateRow > .container > .row > .column .button-wrapper .btn {
  background-color: #ed1b2e;
  border-color: #ed1b2e;
}
.rowDonateRow > .container > .row > .column .button-wrapper .btn:hover {
  background-color: #fdb827;
  border-color: #fdb827;
}
.rowDonateRow > .container > .row > .column .button-wrapper .btn:focus {
  background-color: #fdb827;
  border-color: #fdb827;
}
.rowDonateRow > .container > .row > .column .button-wrapper .btn:active {
  background-color: #fdb827;
  border-color: #fdb827;
}
.rowDonateRow.background-gray {
  color: #363737;
}
