#dklabBanplusUvod {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#dklabBanplusUvod .dklabBanplusBox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin-right: 100px;
}

#dklabBanplusUvod .dklabBanplusBox:last-child {
  margin-right: 0;
}

#dklabBanplusUvod img {
  max-width: 100%;
  height: auto;
  display: block;
}
#dklabBanplusUvod img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#dklabBanplusUvod img:hover {
  transform: scale(1.05);
}
#dklabBanplusUvod {
  background-color: #f6f6f6;
  padding: 20px 40px;
}

#dklabBanplusUvod img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transform: scale(1);
}

#dklabBanplusUvod img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  #dklabBanplusUvod {
    justify-content: space-between;
    padding: 10px;
  }

  #dklabBanplusUvod .dklabBanplusBox {
    flex: 0 0 23%;
    margin: 10px 0;
    max-width: none;
  }

  #dklabBanplusUvod img {
    max-width: 100%;
  }
}
