@media (min-width: 1400px) {
  section .container, section .container-lg, section .container-md, section .container-sm, section .container-xl, section .container-xxl {
      max-width: 900px;
  }
}
@media (min-width: 1200px) {
  section .container, section .container-lg, section .container-md, section .container-sm, section .container-xl, section .container-xxl {
      max-width: 900px;
  }
}
@media (min-width: 992px) {
  section .container, section .container-lg, section .container-md, section .container-sm, section .container-xl, section .container-xxl {
      max-width: 900px;
  }
}
.i_create__donate_bradcrumb {
  /*margin-top: 110px;*/
}
.i_create__donate_title {
  font-size: 3rem;
  font-family: var(--heading-font);
  font-weight: 700;
}
.i_create__donate_banner {
  height: 570px;
  border-radius: 30px;
  overflow: hidden;
}
.i_create__donate_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* impact stories */
/* Impact Stories Section */
.impact-stories {
  background-color: #fff;
}

.impact-stories h2 {
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.75rem;

}
.story-grid-section {
  background-color: #fff;
}

.story-grid-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}/* Story Card Styling */
.story-card {
  box-shadow: 0px 4px 13px 0px #0000000d;
  border-radius: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.story-card > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  /* height: 100%; */
}

.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.story-card img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

/* Text and Button */
.story-card h5 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.story-card p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 1rem;
  text-align: left;
}

.story-card .btn.i_create_details_btn {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 6px;
  background-color: #000000;
  height: 40px;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 24px;
}

/* Center Alignment for Less Data */
.row.justify-content-center {
  justify-content: center;
}
.i_create_india_all_stories_title {
font-family: var(--heading-font);
font-size: 1.5rem;
font-weight: 700;
line-height: normal;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.i_create__card_image {
  height: 140px;
  overflow: hidden;
  border-radius: 8px;
  flex: 0 0 150px;
}
/* Donors Section Styling */
.donors-section {
  background-color: #fff;
}

.donors-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.donors-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
}

.donors-section .fw-bold {
  color: #000;
}
.i_create__description {
  font-family: Inter;
  font-size: 14px;
  margin-top: 0.5rem;
}

/* story */
/* Section Styling */
.stories_row {
  /* column-gap: 70px; */
  align-items: center;

}

.stories-section {
  background-color: #fff;
}

.story-image {
  width: 80%;
  height: 80%;
  border-radius: 30px;
  object-fit: contain;
  padding: 50px;
}

.stories-section h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.stories-section h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.stories-section p {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;

}
.story_image__wrapper {
  overflow: hidden;
  border-radius: 30px;
  text-align: center;
}
.stories__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.stories__title {
  font-family: var(--heading-font);
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  line-height: normal;
}