/*------------- #KVKK  STYLES --------------*/

.kvkk .bold-label {
  font-weight: bold;
  font-size: 26px;
}

.kvkk .small-label {
  font-weight: bold;
  font-size: 20px;
}

.kvkk header {
  position: unset;
}

.kvkk p {
  font-family: Cormorant-semiBold, sans-serif;
  font-size: 20px;
}

.kvkk .only-mobile {
  display: none;
}

.kvkk .marked-links {
  font-family: Cormorant-semiBold, sans-serif;
}

@media only screen and (max-width: 991px) {
  .kvkk .only-mobile {
    display: block;
  }
}

.kvkk ul {
  font-family: Cormorant-semiBold, sans-serif;
  font-size: 20px;
}
