.section {
  background-image: linear-gradient(#182144, #182144);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  width: 10%;
}

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

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