/* Mobile service accordion text normalization */
@media (max-width: 767px) {
  .bc-service-single .bc-service-section-body,
  .bc-service-single .bc-service-section-body p,
  .bc-service-single .bc-service-section-body p[style],
  .bc-preparaty-hub .bc-service-section-body,
  .bc-preparaty-hub .bc-service-section-body p,
  .bc-preparaty-hub .bc-service-section-body p[style] {
    text-align: left !important;
    text-align-last: left !important;
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .bc-service-single .bc-service-section-body p,
  .bc-preparaty-hub .bc-service-section-body p {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .bc-service-single .bc-service-section-body p:last-child,
  .bc-preparaty-hub .bc-service-section-body p:last-child {
    margin-bottom: 0;
  }
}
