/* your styles go here */
.hlight{
    background: var(--bs-primary);
    padding: 0.15rem;
    color:var(--bs-white);
}
.list-tick::before{
    content: '\f058';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #0d47a1;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
 .icon-text {
        display: flex;
        align-items: center;
    }
    .icon-text i {
        margin-right: 8px; /* Adjust spacing between icon and text */
    }