.no-style-link {
    text-decoration: none; /* Alt çizgiyi kaldırma */
    color: inherit; /* Metin rengini etkileyen stili kaldırma */
    white-space: nowrap; /* Satır başı ve boşluk karakterlerine müdahale etmemek için */
}

.no-style-link:hover {
    text-decoration: none;
    color: inherit; /* Hover durumunda renk değişikliğini önleme */
}


.all-cases-link2  {
  width: 150px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  text-align: center;
  transform: rotate(-90deg);
  margin: auto;
  padding-bottom: 50px;
  cursor: pointer;

}

.left-side .logo img {
  width: 250px!important;
  margin-left: 20px!important;
  max-width: none;
}



@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .clients ul li:last-child {
      display:flex!important;
    }

    .all-cases-link2  {
      bottom: 50px;;
    }

    .left-side .logo img {
      width: 150px!important;
    }
  }



