.icon-confirmation {
  color: #42712c;
  font-size: 18px;
  margin-right: 10px;
}

.donate-img {
  width: 89%;
  border-radius: 10px;
}

.ms-7 {
  margin-left: 5rem !important;
}

.fa-phone {
  transform: none !important;
  scale: 1 !important;
  rotate: 90deg !important;
}

/* WRAPPER SPACING */
.key-highlight-wrap {
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

/* ROW STRUCTURE */
.highlight-row {
  display: flex;
  width: 100%;
  gap: 0;
  /* Screenshot mein gap nahi tha */
  margin-bottom: 0;
  flex-wrap: wrap;
}

/* MAIN BOX STYLE */
.highlight-box {
  flex: 1;
  padding: 40px 40px;
  text-align: center;
  color: #ffffff;

  min-height: 260px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* INNER FLEX */
.highlight-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* ICON */
.highlight-icon i {
  font-size: 55px;
  color: #fff;
}

/* HEADING */
.highlight-text h3 {
  font-size: 22px;
  color: #273c35;
  margin: 0;
}

/* PARAGRAPH */
.highlight-text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

/* BOTTOM WIDE BOXES */
.wide {
  flex: 1;
}

/* ✔ EXACT SCREENSHOT COLORS */
.color1 {
  background: #607965;
}

.color2 {
  background: #708F75;
}

.color3 {
  background: #7FA487;
}

.color4 {
  background: #789778;
}

.color5 {
  background: #647d67;
}

.text-justify {
  text-align: justify;
}

.become-volunteer__points li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.become-volunteer__points li i {
  color: #7c7c37;

  font-size: 18px;
  margin-right: 10px;

  margin-top: 4px;

}

@media (max-width: 768px) {
  .helping-hands:before {
    height: 48%;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .highlight-row {
    flex-direction: column;
  }

  .highlight-box {
    min-height: auto;
    padding: 40px 25px;
  }
}