.hr-section-content .hr-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hr-section-content .hr-text ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    z-index: 1;
    text-align: left;
    color: #777777;
}
.hr-section-content .hr-text ul li:before {
    content: '\f111';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 12px;
    color:var(--color-3);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}