@media (max-width: 768px) {

  /* NAVBAR LOGO KÜÇÜLTME */
  .navbar-header img {
    width: 80px;
    height: auto;
  }

  /* SLIDER YAZILARINI ORTALA VE KÜÇÜLT */
  .carousel-caption {
    text-align: center;
  }

  .carousel-caption h1 {
    font-size: 24px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  /* COUNTER (SAYI BÖLÜMÜ) ALT ALTA DÜZEN */
  .work-counter-widget {
    margin-bottom: 20px;
  }

  /* ROADMAP (KAYIT ADIMLARI) TELEFON DÜZENİ */
  .row-top, .row-bottom {
    flex-direction: column;
  }

  .step-box {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .arrow-horizontal,
  .arrow-horizontal-left {
    display: none;
  }

  .arrow-down {
    margin: 10px auto;
  }

  /* SPONSOR LOGOLARINI ORTALA */
  .spnsors-logo {
    margin-bottom: 20px;
  }

  /* GALERİ 2 SÜTUN YAP */
  #gallery .col-lg-4 {
    width: 50%;
  }

  /* FOOTER TELEFONDA ALT ALTA DÜZEN */
  .footer-area .col-md-6 {
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}