.Help-Me-to-grow-inner-wrapper{
  display: flex;
  gap: 0 20px;
}
.help-grow-business {
  padding-bottom: 36px;
}
.help-grow-business-img-wrapper{
  width: 100%;
  max-height: 408px;
  min-height: 200px;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  position: relative;
  img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    max-height: 408px;
    display: block;
    border-radius: 20px;
  }
  .embed-responsive {
    border-radius: 20px;
    overflow: hidden;
  }
}
.help-grow-business h1 {
  font-size: clamp(2.25rem, 2rem + 1.25vw, 2.9375rem);
  font-weight: 800;
}
.help-grow-business p {
  font-weight: 400;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
  letter-spacing: 0%;
  margin-block: 25px;
}
.help-grow-business img {
  display: block;
  border-radius: 20px;
}

.donation-bar-detail p {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  color: #393939;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}
.donation-bar-detail p span:last-child {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0%;
}
.donation-detail-card {
  padding: 29px;
  box-shadow: 0px 4px 24px 0px #0000001f;
  border-radius: 16px;
  flex-shrink: 0;
  width: 478px;
  height: fit-content;
  position: sticky;
  top: 0;
}
.progress-bar {
  background-color: #6b9826;
}
.Field-Partner h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}

.col-lg-7:has(.div-with-accordions) {
  transform: translateY(-374px);
}
.div-with-accordions {
  border-top: 1px solid #393939;
  padding-top: 32px;
}
.div-with-accordions h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.div-with-accordions p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;

  margin-bottom: 32px;
}
.div-with-accordions .accordion-item {
  border: none;
  border-bottom: 1px solid #393939;
  border-radius: none;
}
.div-with-accordions .accordion-item button {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1591rem + 0.4545vw, 1.5rem);
  letter-spacing: 0%;
  border: none;
  padding-inline: 0;
  padding-block: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.div-with-accordions .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.div-with-accordions .accordion-button::after {
  display: none;
}
.div-with-accordions .accordion-chevron {
  flex-shrink: 0;
  margin-left: auto;
}
.div-with-accordions .accordion-button:not(.collapsed) .accordion-chevron {
  transform: rotate(180deg);
}
.div-with-accordions .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.div-with-accordions
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.div-with-accordions h4 {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1591rem + 0.4545vw, 1.5rem);
  line-height: 30px;
  letter-spacing: 0%;
  margin-top: 32px;
  margin-bottom: 14px;
}

#donateNowModal .modal-body {
  padding: 32px;
}
#donateNowModal .modal-footer {
  padding-inline: 32px;
  border: none;
}
#donateNowModal .modal-body .modal-heading {
  font-weight: 400;
  font-size: 26.5px;
}
.donate-now-gray-heading {
  background: #e6e6e6;
  font-weight: 700;
  font-size: 16.57px;
  padding: 11px 37px;
  margin-block: 26px;

  span {
    font-weight: 400;
    font-size: 11.3px;
  }
}
.newest-top-donation-nav.nav-pills{
  margin-block: 32px 26px;
}
.newest-top-donation-nav.nav-pills .nav-link {
  border-radius: 80px;
  width: 94px;
  height: 36px;
  padding: 0;
  color: #000;
  font-weight: 400;
  font-size: 19.1px;
}
.newest-top-donation-nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}
.donations-newest-list li  {
margin-bottom: 21px;
  
}
.donations-newest-list li span span {
 display: block;
  font-weight: 400;
  font-size: 12.28px;
  
}
.newest-top-donation-tab-content{
  max-height: 400px;
  overflow-y: scroll;
}
.div-with-accordions{
  display: none;
}
.div-with-accordions.desktop{
  display: block;
}
#donateNowModal .modal-dialog{
  max-width: 636px;
}
@media (max-width: 991px) {
  .Help-Me-to-grow-inner-wrapper{
    flex-direction: column;
  }
 
  .donation-detail-card {
    padding: 8px;
    box-shadow: 0px 4px 24px 0px #0000001f;
    border-radius: 16px;
    width: 100%;
    position: static;
    margin-bottom: 52px;
  }
  .div-with-accordions{
  display: block;
}
.div-with-accordions.desktop{
  display: none;
}
}
@media (max-width: 767px) {
  .Help-Me-to-grow-wrapper{
    padding-top: 30px;
  }
}
