.field--type-amenities td:nth-child(2){
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.field--type-amenities td:nth-child(2) > div:first-child,
.field--type-amenities td:nth-child(2) > div:nth-child(2){
  box-sizing: border-box;
  width:calc(50% - 10px);
}

.field--type-amenities td:nth-child(2) div:nth-child(3){
  width:100%;
}
