.billboard-charity {
  background-image: linear-gradient(102deg, rgba(0, 6, 18, 0.808) 0%, rgba(4, 14, 34, 0.904) 100%), url(https://images.unsplash.com/photo-1599059813005-11265ba4b4ce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80);
  height: 60vh;
}
img {
  max-width: 900px;
  height: auto;
}
.about-card {
  flex: 0 048%;
  border-radius: 0;
}

.charity-about .card-heading {
  font-size: 2.8rem;
  font-weight: 700;
}

.charity-about .card-details {
  font-size: 2rem;
}

.charity-info {
  padding: 8rem 8rem;
  font-size: 1.4rem;
  max-width: 1200px;
  background-color: var(--bg);
}
.charity-image {
  background-color: transparent;
}

.charity-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .charity-info {
    padding: 8rem 4rem;
  }
}

@media (max-width: 576px) {
  .charity-info {
    padding: 4rem 2rem;
  }
}

.charity-info .heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.content-group p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

/* donate page css */

.donate-section {
  background-color: transparent;
}

.donate-section p {
  font-size: 1.6rem;
}

.donate-section h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.donate-section .content-group {
  margin-top: 3rem;
}

.donate-section li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donate-list li {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donate-list h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.charity-info h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.new_section h4 {
  font-size: 35px;
  text-align: center;
  font-weight: 500;
}

.new_section p {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.new_section .imagee {
  margin-top: 50px;
  text-align: center;
  margin: 16px auto;
}

.new_section img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.new_section .kwnhej {
  font-weight: 500;
  margin-bottom: 1rem;
}