.services-link-text{
    padding-top: 10px;
    border-bottom: 1px solid #e0e0e0;
}
/* h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
 font-family: "FK Anton", serif !important;
} */

@media screen and (max-width: 1920px) and (min-width: 1601px) {
    .addresses__col-footer, .pt-small-2 {
        padding-top: 10px !important;
    }
}
.logo{
  width: 400px;
}
.reference-white {
    filter: invert(1) brightness(2);
    max-width: 150px; /* Logonun boyutunu ayarlayabilirsiniz */
    height: auto;
    display: block;
    margin: 0 auto; /* Ortalanması için */
}
.sub-menu-open .site-logo .logo, .scroll-locked .site-logo .logo{
  filter: brightness(0) saturate(100%)
}
/* Mobil görünümde farklı boyut */

@media(max-width:770px){
  .header-light header.site-header {
      background: #121212;
  }
  .toggle-menu:not(.active) {
    background-color: rgb(255 255 255) !important;
  }
  .logo{
    width:145px;
  }
  .reference {
      max-width: 100px;
  }

}
