/* Target only the list in a certain container if needed */
.blog-text ul li {
  position: relative;
  padding-left: 28px; /* space for the check */
}

/* Use the existing icon font's check code */
.blog-text ul li::before {
  content: "\e911";            /* Replace with actual tji-check Unicode from your icon font */
  font-family: "bexon-icons" !important;    /* Replace with your icon font family */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #3fb76f;              /* Checkmark color */
}

.img-fill-thumb{
  height: -webkit-fill-available !important;
  width: -webkit-fill-available !important;
}

.h8-choose {
    background-color: #f2e4c6 !important;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

