.about-banner {
  width: 100%;
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(255,253,248,0.98) 0%, rgba(255,253,248,0.92) 34%, rgba(255,253,248,0.25) 55%, rgba(255,253,248,0) 72%),
    url("https://ecocoders.com/metta/wp-content/uploads/2026/07/metta-the-spirit-banner.webp");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  padding: 60px 7%;
  font-family: inherit;
}

.about-content {
  max-width: 520px;
}

.about-content h1 {
  margin: 0 0 12px;
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  color: #082b17;
}

.about-content h3 {
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #d94b12;
}

.about-line {
  display: block;
  width: 82px;
  height: 3px;
  background: #d94b12;
  margin-bottom: 24px;
}

.about-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #111827;
}

.about-donation-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.about-donation-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: 0.3s ease;
}

.about-donation-btn strong {
  font-size: 18px;
  line-height: 1;
}

.about-flag {
  font-size: 20px;
  line-height: 1;
}

.about-donation-btn-inr {
  background: #d94b12;
  color: #fff !important;
}

.about-donation-btn-usd {
  background: #fffdf8;
  border: 1px solid #082b17;
  color: #082b17 !important;
}

.about-donation-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(8,43,23,.14);
}

@media (max-width: 1024px) {
  .about-banner {
    min-height: 330px;
    padding: 50px 5%;
  }

  .about-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .about-banner {
    min-height: auto;
    padding: 55px 22px;
    background:
      linear-gradient(90deg, rgba(255,253,248,0.82), rgba(255,253,248,0.62)),
      url("https://ecocoders.com/metta/wp-content/uploads/2026/07/metta-the-spirit-banner.webp");
    background-size: cover;
    background-position: center;
    text-align: left;
  }

  .about-content h1 {
    font-size: 40px;
  }

  .about-content h3 {
    font-size: 20px;
  }

  .about-content p {
    font-size: 15px;
  }


  .about-donation-buttons {
    gap: 12px;
  }

  .about-donation-btn {
    width: 100%;
  }
}
