.room-description ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

.room-description li {
  margin-bottom: 0.5rem;
}

.room-description p {
  margin-bottom: 1rem;
}

.room-description p:last-child {
  margin-bottom: 0;
}
