.title{margin-block: 30px;}


.fotoGaleri{margin-top: 60px;}
.fotoGaleri .row::before,
.fotoGaleri .row::after{display: none;}
.fotoGaleri .row ul{display: grid;grid-template-columns: repeat(4,1fr);gap:15px}


@media(max-width:768px){
    .fotoGaleri{margin-top: 15px;}
    .fotoGaleri .row{margin: 0;}
    .fotoGaleri .row ul{grid-template-columns: repeat(2,1fr);}
}