.pd-b-20{
    padding-bottom: 20px;
}
.pd-t-20{
    padding-top: 20px;
}
.txt-white{
    color: #ffffff; 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .hide {
    display: none;
  }
  .smallFont{
    font-size: small;
  }
  
}

.event-single ul li::before {
    content: "\f058";
    font-family: "fontawesome" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #a2140f;
}

/* Target only the list in a certain container if needed */
.event-single ul li {
  position: relative;
  padding-left: 28px; /* space for the check */
  list-style-type: none;
}

/* Use the existing icon font's check code */
.event-single ul li::before {
  content: "\f058";            /* Replace with actual tji-check Unicode from your icon font */
  font-family: "fontawesome" !important;    /* Replace with your icon font family */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  font-size: 16px;
  color: #a2140f;              /* Checkmark color */
}
