.t409__title {
    letter-spacing: 2px;
}

ul {
  list-style: none; 
}


.t-body ul:not([class]) li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffbc00; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -0.8em; /* Also needed for space (tweak if needed) */
  zoom: 1.4;
  vertical-align: middle;
}


.t-feed__post-popup__title {
    font-size:30px; 
}
.t-feed__post-popup__text{
    font-size:14px; 
}

.letter-spacing-3{
    letter-spacing: 5.88px !important;
}

.letter-spacing-6{
    letter-spacing: 5.88px !important;
}
.letter-spacing-9{
    letter-spacing: 9px !important;
}