.room-listing .room-card .feature-image {
  background-image: url('src/dist/images/Blog-Default-Feature-Image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 185px;
}

.room-listing .field--name-field-amenities .field__item:not(:last-child)::after {
  content: '-';
}
