.visbile-features {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.visbile-features__item {
    background: #FFF;
    white-space: nowrap;
    display: inline-block;
    padding: 0 1.3em;
    line-height: 37px;
    height: 37px;
    font-weight: 500;
    text-align: center;
}

.visbile-features__icon {
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}
.visbile-features__icon img {
    max-height: 100%;
    max-width: 100%;
    display: inline !important;
}

.product-info .visbile-features__item {
    background-color: #f1f3f5;
    margin: 2px 0;
}
