.vocabulary-services h2 {
  display: none;
}
.vocabulary-services .content .field--name-field-image {
  position: relative;
  display: inline-block;
}
.vocabulary-services .content .field--name-field-image .field__item {
  position: relative;
  display: inline-block;
}
.vocabulary-services .content .field--name-field-image .field__item img {
  position: relative;
  display: block;
  width: auto;
  height: 40px;
  background-color: #000;
  border-radius: 20px;
}

.node.see-and-do .vocabulary-services .content .field--name-field-image .field__item img {
  background-color: #B3C431;
}
.node.service .vocabulary-services .content .field--name-field-image .field__item img {
  background-color: #56BCC7;
}
.node.understand .vocabulary-services .content .field--name-field-image .field__item img {
  background-color: #F8AA5C;
}
.node.jo-2024 .vocabulary-services .content .field--name-field-image .field__item img {
  background-color: #D7C378;
}
.node.anniversary-40 .vocabulary-services .content .field--name-field-image .field__item img {
  background-color: #A569BD;
}
.node.no-menu .vocabulary-services .content .field--name-field-image .field__item img {
  background-color: #A71930;
}