.about-us-page-5 ul {
    list-style: none ; 
    padding: 0 ; 
    margin: 0 ; 
}

.about-us-page-5 li {
    position: relative ; 
    padding-left: 2rem ; 
    margin-bottom: 1rem ; 
    font-size: 1rem ; 
    line-height: 1.5 ; 
}

.about-us-page-5 li::before {
    content: "\f121" ;
    font-family: 'Ionicons' ;
    position: absolute ;
    left: 0 ;
    top: 50% ;
    transform: translateY(-50%) ;
    font-size: 1.5rem;
    color: #c8531e;
}