/* SCSS file content */
.listing-content li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  line-height: 155.556%;
  position: relative;
  padding-left: 34px;
}
@media screen and (min-width: 1200px) {
  .listing-content li {
    margin-bottom: 20px;
    font-size:22px;
    letter-spacing: 0.5px;
  }
}
.listing-content li::before {
  content: "";
  background-image: url("http://vcare.local/wp-content/uploads/2023/09/check_circle.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
}

.home-facilities-list .listing-content li {
  color: white;
}