.gaushala-hero p {
    font-size: 1.5rem;
}

.donation-section {
    position: relative;
  }

  .donate-btn-nandi-page {
    right: 3%;
    top:9%;
  }

  .donation-section h2 {
    text-align: left;
    font-size: 1.9rem;
    padding: 30px 0px 30px 10px;
  }

  @media screen and (max-width:1400px) {
    .donation-section h2 {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      gap: 5px;
      padding-bottom: 40px;
    }

    .donate-btn-nandi-page {
      top: 8%;
    }

  }

  @media screen and (max-width:1024px) {
    .donation-section h2 {
      padding-bottom: 80px !important;
    }

    .donate-btn-nandi-page {
      top: 12%;
      right: 10%;
    }
  }

  @media screen and (max-width:768px) {
    .donation-section h2 {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      gap: 5px;
    }

    .donate-btn-nandi-page {
      top: 11% ;
      right: 40%;
    }
    .gaushala-hero p{
        font-size: 1rem;
        margin-top: 10px;
    }
  }
  @media screen and (max-width:640px) {
    .donate-btn-nandi-page{
      top: 8% !important;
    }
  }
  @media screen and (max-width:550px) {
    .donate-btn-nandi-page{
      top: 9% !important;
    }
  }
