.tour-card {
  padding: 0;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  height: 2355px;
  max-height: 235px;
}
@media screen and (max-width: 990px) {
  .tour-card {
    height: 450px;
    max-height: 450px;
  }
  .tour-card .card-img-container {
    height: 200px;
  }
  .tour-card .card-img-container img {
    height: 200px;
    object-fit: cover;
  }
}
.tour-card a {
  color: black;
}
.tour-card a h5:hover {
  text-decoration: underline;
  color: #13643d;
}
.tour-card a span:hover {
  text-decoration: none;
}
.tour-card .text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tour-card .desc-text {
  height: 45px;
  overflow: hidden;
}

/*# sourceMappingURL=horizontal-tour-card.css.map */
