/* Bike Aid – Bookio reservation form. Keep selectors scoped to service cards. */
#widget-services .service .head .title .item {
  font-size: 17px !important;
  line-height: 1.4 !important;
}

#widget-services .service .content .item {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #294353 !important;
}

@media (max-width: 767px) {
  #widget-services .service .head .title .item {
    font-size: 16px !important;
  }

  #widget-services .service .content .item {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}
