/* Background section */
.neuromodulator_post-care {
  background:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.30)),
    url("../images/business-hand-shake.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  padding: 40px 20px;
}


/* Title */
.postcare-1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

/* Remove default UL style */
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* EACH row (image + text) */
.image-text-pair {
  display: flex;
  align-items: flex-start;
  gap: 20px;         /* space between image + text */
  margin-bottom: 30px;  /* space between points */
}

/* Image bullets */
.image-text-pair img {
  width: 50px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

/* Text next to icons */
.image-text-pair span {
  font-size: 1.1rem;
  line-height: 1.5;
  display: block;
}


/* Mobile responsive */
@media (max-width: 600px) {
  .image-text-pair {
    gap: 16px;
    margin-bottom: 24px;
  }

  .image-text-pair img {
    width: 40px;
  }

  .postcare-1 {
    font-size: 1.4rem;
  }
}

.neuromodulator_post-care ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}

.neuromodulator_post-care li {
  margin-bottom: 30px;
  text-align: center;
}

.neuromodulator_post-care li div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 600px;
}

