.special_features {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 0 1.5rem;
}
.special_features li {
  font-size: var(--size--2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: rgb(var(--color-gray));
  padding-right: 1rem;
}
.special_features li:last-of-type {
  margin-right: 0;
}
.special_features i {
  margin-right: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bluetooth i{
  margin-right: 0;
}
.special_features i svg {
  width: 2em;
  height: 1.5em;
}
.special_features i svg path {
  fill: currentColor;
}