@media (max-width: 768px) {

  /* GENEL ALAN */
  .elementor-location-footer {
    padding: 20px !important;
  }

  /* KOLONLARI ALT ALTA AL */
  .elementor-location-footer .elementor-container {
    flex-direction: column !important;
    gap: 25px !important;
  }

  /* TÜM YAZILARI AYNI HİZAYA GETİR */
  .elementor-location-footer h2,
  .elementor-location-footer h3,
  .elementor-location-footer .elementor-heading-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
  }

  /* TÜM LİNKLER AYNI BOY */
  .elementor-location-footer a,
  .elementor-location-footer li,
  .elementor-location-footer .elementor-icon-list-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* KOOPERATIONSPARTNER KÜÇÜK KALSIN */
  .elementor-location-footer a[href*="kooperationspartner"] {
    font-size: 11px !important;
    opacity: 0.7;
  }

  /* LOGO VE YAZI ARASI BOŞLUK */
  .elementor-location-footer img {
    margin-bottom: 10px !important;
  }

}