.top_galery {
  margin-top: 25px;
  display: flex;
  width: 100vw;
}

.top_galery img {
  flex: 1;
  height: auto;
  max-width: 20vw;
  object-fit: cover;
}
