.section {
  width: 100vw;
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 15%;
}

@media screen and (max-width: 991px) {
  .image {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 40%;
  }
}
