.section-donate {
  padding: 0 0 6.4rem 0;
  margin-bottom: 4.8rem;
}

.donate-heading {
  background-color: #0a1857;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem;
}

.donate-heading .heading-primary {
  margin-bottom: 0;
}

.section-donate .short-description {
  text-align: left;
  font-size: 2.4rem;
}

.donate-link:link,
.donate-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #0a1857;
  transition: all 0.3s;
  font-size: 2.4rem;
}

.donate-link:hover,
.donate-link:active {
  color: #020511;
  text-decoration: underline;
}

.donate-footer {
  row-gap: 4.8rem;
}

.another-col .btn-primary {
  font-size: 1.5rem;
  padding: 1.2rem 2.4rem;
}

.grid-footer {
  padding-bottom: 4.8rem;
}

.donate-form-box {
  display: grid;
  grid-template-columns: 2fr 1fr !important;
  padding: 0;
  padding-top: 4.8rem !important;
  column-gap: 3rem;
  row-gap: 3.2rem;

  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 4.8rem;
}

.donate-form-box {
  padding: 3.2rem;
  color: #020511;
}

.donate-form .btn {
  grid-column: 1/-1;
  justify-self: center;
}

.donate-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.donate-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #000;
  color: inherit;
}

.donate-form input {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  background-color: #ced1dd;
  border-radius: 12px;
}

.donate-form input::placeholder {
  color: #aaa;
}

.donate-form-box {
  grid-template-columns: repeat(2, 1fr);
}

.donate-form-img-box {
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-10%);
}

.donate-form-img-box img {
  width: 100%;
  height: 90%;
}

.donate-form .btn {
  transform: translateX(8%);
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.3);
}

/* ///////////////////////////////////// */

@media (max-width: 43em) {
  .section-donate {
    padding-bottom: 3.2rem;
    margin-bottom: 0;
  }

  .donate-form-box {
    grid-template-columns: 1fr !important;
  }

  .donate-form-img-box {
    transform: translateY(0%);
  }

  .donate-form-img-box img {
    width: 80%;
    height: 75%;
  }
}

/************************* Below 512 **********************  */

@media (max-width: 32em) {
  .donate-footer .another-col {
    grid-column: 1/-1;
    justify-self: center;
  }

  .donate-form {
    grid-template-columns: 1fr;

    row-gap: 2.4rem;
  }

  .donate-form .btn {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }
}
