form#views-exposed-form-cluster-list-page-1 .form__item .description {
  display: none;
}
.form__item label.has-help .help-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  border: 2px solid white;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.form__item label.has-help .help-icon:before {
  content: 'i';
}
