
/* .list-style1 ul{
	    padding-left: 0px;
}
.list-style1 li::before {
      content: "\2713";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    color: red;
    background: #ff57221c;
    border-radius: 50%;
    padding: 0px 8px;
    margin-right: 10px;
    font-size: 12px;
} */



.custom_ol ul li,
.list-style-type-bullet li {
    color: black;
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 15px;
    /* line-height: 46px; */
    list-style-type: disc;
}

/* .custom_ol ol li,
.list-style-type-bullet li {
    color: black;
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 15px;
    list-style-type: decimal !important;
}

ol li::marker {
    font-size: 15px;
} */


.custom_ol li,
.list-style-type-bullet p {
   margin-bottom: 0px;
}

li::marker {
    font-size: 22px;
}

.cus-strong ol ul li strong {
    color: black !important;
}

.cus-strong ol li strong {
   
    color: #e60049 !important;
}