.point-item {
  background: rgb(229,115,115);
  border-radius: 18px;
  border: 2px solid rgb(229,115,115);
  list-style: none;
  display: inline-block;
  padding: 0px 5px;
  color: white;
  margin-bottom: 4px;
}

.point-list {
  padding-left: 0px;
}

.btn-menu {
  background: white;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
}

.garage-title {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.ping-img {
  height: 130px;
}