#displayFeatureValuesImages {
   list-style-type: none;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
   display: flex;
}

#displayFeatureValuesImages li{
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    color: #616161;
    font-size: 11px;
    margin-right: 10px;
    width: 100%;
}

#displayFeatureValuesImages li img{
  margin: auto;
  width: 120px;
  height: 120px;
  fill: white;
  display: block;
}

span.feature-title {
    font-size: 16px;
}

#displayFeatureValuesImages .block-feature {
  display: contents;
}
