.vbpanel-view.index .features {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.vbpanel-view.index .features .feature .img img {
    max-width: 100px;
    max-height: 100px;
}

.vbpanel-view.index .features .feature .feature-text {
    font-weight: bold;
}