#booking-section-highlights .dragonera-highlight img {
  width: 60px;
  height: auto;
  filter: opacity(0.8); }

#booking-section-highlights .dragonera-highlight .custom-btn {
  background-color: #D67E46;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 6px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease; }
  #booking-section-highlights .dragonera-highlight .custom-btn:hover {
    background-color: #89B2C2; }
