ul.checkmark {
    list-style: none; /* Removes default list styling */
    padding: 0; /* Removes extra padding from the list */
    margin: 0; /* Removes extra margin from the list */
}

ul.checkmark i {
    margin-right: 7px;
    /*color: #623cea;*/
    --fa-primary-color:#d6170d;
    --fa-secondary-color:#ff7e77;
}

ul.checkmark li {
    list-style: none; /* Ensures no bullet points are displayed */
    color: inherit;
    margin: 0;
    padding-bottom: 5px;
}

ul.checkmark li:last-child {
    padding-bottom: 0;
}

ul.checkmark li:before {
    color: #d6170d;
}

ul.checkmark_sub {
    list-style: none; /* Removes default list styling */
    padding: 0; /* Removes extra padding from the list */
    margin: 0; /* Removes extra margin from the list */
}

ul.checkmark_sub i {
    margin-right: 12px;
    /*color: #623cea;*/
    --fa-primary-color:#d6170d;
    --fa-secondary-color:#ff7e77;
    font-size: 10px;
}

ul.checkmark_sub li {
    list-style: none; /* Ensures no bullet points are displayed */
    color: inherit;
    margin: 0;
    padding-bottom: 0.5px;
}

ul.checkmark_sub li:last-child {
    padding-bottom: 0;
}

ul.checkmark_sub li:before {
    color: #d6170d;
}

.checkmark_feature_header {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
  margin-bottom: 0;
  font-size: 17px;
}