.tours h2{
  margin-top: 30px;
}
.vd__elem{
  margin-inline: 12px;
}
.vendor__list .vendor__item .vdetails__wrp .vendor__name{
  color: #fff;
}
a.more_tours{
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  background: linear-gradient(to bottom, #f3b52e 0%, #ef9229 100%);
  margin-bottom: 50px;
  border-radius: 3px;
  text-align: center;
  text-wrap: balance;
}
a.more_tours:hover{
  font-weight: 600;
}
@media (width > 801px){
  .hero.tours{
    height: 500px;
  }
}
