.cards-tile-image {
  height: 250px;
  object-fit: cover;
}

.navigation-card {
  border: none !important;
  box-shadow: none !important;
}

.tile-listing-title {
  margin: 10px 0 !important;
  font-weight: bold;

  p {
    margin: 0 !important;
    color: #564535;
    font-size: 20px;
  }
}

.tile-listing-description {
  color: #666;
  font-size: 14px;
}

.navigation-card:hover {
  .tile-listing-title {
    color: #cc4400;
  }
}
