/* .galeria-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
} */

/* .galeria-blokk { */
    /* width: 150px; */
    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    /* overflow: hidden; */
    /* text-align: center; */
    /* background: #fff; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    /* transition: transform 0.2s ease; */
/* } */

.galeria-blokk:hover {
    transform: scale(1.03);
}

/* .galeria-kep img {
    width: 100%;
    height: auto;
    display: block;
} */

.galeria-blokk a{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.galeria-kep{
    max-width: 110px;
}

.galeria-cim {
    /* padding: 10px; */
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #333;
}


/* .galeria-kepek{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.galeria-kepek .kep{
    max-width: 210px;
} */

.galeria-kepek {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.galeria-kepek .kep {
  width: calc(33.33% - 10px);
}
.galeria-kepek .kep img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
}