.span_1 {color: goldenrod;}

.special_bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}

.special_bullet li {
  position: relative;
  padding-left: 1.75rem;
}

.special_bullet li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.img_1 {
  width: 100%;
  height: 8rem;
}.faq-question {
  color: white;
}
.div {
  display: flex;
  align-items: center;
}