/* .place__box.place__box-overview {
  border-bottom: none !important;
} */
/* 
.place__box.place__box-overview h3 {
  font-size: 22px;
} */

/* .row.place__box {
  border-bottom: 1px solid #eee;
} */

.place__box.title_box h3::before {
  background: #e55713 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  /* left: 50%; */
  margin: 0px;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.place__box.title_box h3::after {
  background: #bfc0c0 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 45px;
  margin: 0;
  position: absolute;
  width: 20px;
}
.slick-track .desc {
  font-size: 14px;
  line-height: 1.3;
  padding: 10px;
  background: #ebe7e7;
  border-radius: 0 0 0.2rem 0.2rem;
}

.btn-danger {
  background-color: red !important;
}

.btn-primary {
  color: #fff;
  background-color: #e55713;
  border-color: #bf470f;
}

.btn-primary:hover {
  background: #e76b30;
  border-color: #e76b30;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
