.site-footer{
background:#F6E1CF;
padding:60px 40px;
}

#referenciak{
max-width:1400px;
margin:auto;
}

#referenciak h2{
text-align:center;
margin-bottom:40px;
font-size:28px;
}

.gallery{
display:flex;
flex-wrap:wrap;
gap:20px;
}

.gallery a{
flex:1 1 220px;
max-width:260px;
}

.gallery img{
width:100%;
height:180px;
object-fit:cover;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
transition:0.3s;
}

.gallery img:hover{
transform:scale(1.05);
}