	.background-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); /* Adjust the alpha value (0.5) to make it darker or lighter */
  z-index: 1;
}

.background-overlay {
    margin-top: 15px;
    margin-bottom: 15px;
  position: relative;
}

.background-overlay > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tour-desc {
    display: none;
  }
}
.has-line::after {
    content: '';
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    height: 3px;
    background-color: #f68e47; /* Customize the color as needed */
    border-radius: 15px;
    width: 100%; /* Adjust the width as needed */
}
