.product-feature-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;

    li {
        img {
            max-height: 30px;
        }
    }
}