.cat-section-service {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 30px;
}

.hotel-star-wrapper {
  text-align: left;
  padding-left: 15px;
}

.hotel-5-star i.fa-star:nth-child(-n + 5) {
  color: #ffca28;
}

.hotel-4-star i.fa-star:nth-child(-n + 4) {
  color: #ffca28;
}

.hotel-3-star i.fa-star:nth-child(-n + 3) {
  color: #ffca28;
}

.hotel-2-star i.fa-star:nth-child(-n + 2) {
  color: #ffca28;
}

.hotel-1-star i.fa-star:first-child {
  color: #ffca28;
}

p.text-secondary {
  overflow-wrap: break-word;
}

.post-slide7 .post-bar {
  display: none;
}

