.tours-cards {
  text-align: center;
  padding: 2rem;
}
.tours-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.tcard {
    padding: 20px;
    border: 2px solid #b18442;
}

h3.tours-name {
    font-size: 22px;
    font-weight: 300 !important;!i;!;
    margin-bottom: 0px;
}
.tours-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 30px;
}
