/* media Queries */
@media (max-width: 1366px) {
  .hero-background {
    background-position: center;
    height: 85vh;
  }
  .donation-section .first-section-inner {
    width: 70%;
  }

  .about-content-box {
    height: 90vh;
  }
}

@media (max-width: 868px) {
  .hero-background {
    background-position: center;
    height: 100vh;
  }
  .donation-section {
    margin: 5px 0 0 0;
    padding: 12px;
  }
  .donation-section .first-section-inner {
    width: 100%;
  }
  .about-content-box {
    height: 87vh;
  }
  .our-numbers div {
    border: none !important;
  }

  /* .sign-up {
    margin-top: 13px;
    margin-left: -13px !important;
  } */
}
@media (max-width: 320px) {
  .hero-background {
    height: 120vh;
  }
  .about-content-box {
    height: 120vh;
  }
}
