/* Benefit item — centered icon slot, large title, small description.
   Colors inherit from the parent section (dark bg → white text). */
.cc_m72Blh0rnq_dFIooGyIDc .bi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.cc_m72Blh0rnq_dFIooGyIDc .bi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.cc_m72Blh0rnq_dFIooGyIDc .bi-icon svg {
  width: 100%;
  height: 100%;
}

.cc_m72Blh0rnq_dFIooGyIDc .bi-title {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: inherit;
}

.cc_m72Blh0rnq_dFIooGyIDc .bi-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
}
