* {
  box-sizing: border-box;
}

body {
  margin: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
  color: #212121;
  line-height: 1.5;
}
li{
  list-style-type: none;
}
img{
  display: block;
  max-width: 100%;
  height: 100%;

  
}
.gallery{
  display: flex;
  flex-wrap: wrap;
  max-width: 1128px;
  padding: 100px 156px;
  justify-content: center;
  gap: 48px 24px;
}

.list-image{
  flex-basis: calc((100% - 48px)/  3 );
}
