/* Ana Sayfa Mobil Uyumluluk Stilleri */
@media (max-width: 768px) {
  .serviceHelperBlock-box {
    padding: 1rem !important;
    font-size: 13px !important;
  }

  .dotted-divider {
    padding: 0.75rem 0.5rem !important;
  }

  .dotted-divider span {
    word-break: break-word !important;
  }
}
