.donation-detail-card {
  padding: 29px;
  box-shadow: 0px 4px 24px 0px #0000001f;
  border-radius: 16px;
}
.progress-bar {
  background-color: #368420;
}
.establish-business-img-wrapper{
   width: 100%;
  max-height: 394px;
  overflow: hidden;
  border-radius: 20px;
  img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
.help-grow-business h1 {
  font-weight: 700;
  font-size: clamp(2rem, 1.8636rem + 0.6818vw, 2.375rem);
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.help-grow-business p {
  color: #7c7c7c;
  font-size: clamp(1rem, 0.9318rem + 0.3409vw, 1.1875rem);
  margin-bottom: 25px;
}
.person-story-detail .donation-bar-detail p {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  color: #393939;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9886rem + 0.6818vw, 1.5rem);
  letter-spacing: 0%;
}
.person-story-detail .donation-bar-detail p span:last-child {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.5909rem + 0.7955vw, 1.1875rem);
  letter-spacing: 0%;
}
.person-story-detail-img {
  border-radius: 10px;
}
.donation-detail-card .donator-img {
  width: 50px;
  height: 50px;
}
.person-story-detail .people-just-donated h6,
.person-story-detail .person-just-donated h6 {
  font-size: 16px;
}
.person-story-detail .donator-details p {
  font-size: 12px;
}
.person-story-detail .person-donated-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.person-story-detail .person-donated-list li {
  min-width: 226px;
}
.person-story-detail .person-donated-list li:nth-child(n + 5) {
  display: none;
}
.person-story-detail .see-all-btn {
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 18.17px;
  line-height: 100%;
  letter-spacing: 0%;
}
