@media (max-width: 767px) {
  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head::before {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head::after {
    display: block !important;
    content: "" !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 2px !important;
    margin: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #e3322a 0%, #e3322a 72%, rgba(227, 50, 42, 0) 100%) !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head h2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head h2::before,
  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head h2::after {
    display: none !important;
    content: none !important;
  }

  html body.yz-booking-site.page-booking-home #featured .yz-section-head.yz-ref-head #bookingResultCount {
    display: none !important;
  }
}
