.clen-tymu {
  max-width: 250px;
  text-align: center;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  color: var(--black);
}

.clen-tymu__name strong {
    font-weight: 600;
}

.clen-tymu__image img {
  width: 250px;
  height: auto;
  object-fit: cover;
}

.clen-tymu__pozice {

}

.clen-tymu__kontakty {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.clen-tymu__kontakty a {
    color: inherit;
    text-decoration: none;
}

.clen-tymu__kontakty a:hover {
    opacity: 0.7;
}

.clen-tymu__telefon,
.clen-tymu__email {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
