.featured-attributes {
    margin: 15px 0;
    padding: 10px;
    background: #f8f8f8;
    border-left: 3px solid rgb(10,19,88,0.8);
}
.featured-attributes ul {
    list-style: none;
    padding-left: 0;
}
.featured-attributes li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    font-size: 14px;
}
.featured-attributes li::before {
    content: "\f107";
    font-family: 'woodmart-font';
    position: absolute;
    left: 0;
    top: 0;
    color: #4CAF50;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
