.logolar-blok-01 .w-grid-list {
    justify-content: center;
    align-items: center;
}
/*
.logolar-blok-01 .w-grid-list > *:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}
*/
.logolar-blok-01 img {
    height: 35px;
	border-radius:0 !important;
}

.logolar-blok-01 svg{
	width:100px;
	height:auto;
}

@media(max-width:1024px){
	/*.logolar-blok-01 .w-grid-list{
		max-width:85%;
		margin:0 auto;
	}*/
	.logolar-blok-01 img {
		height: 25px;
		border-radius:0 !important;
	}
}