.page-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.page-container1 {
  width: 1012px;
  height: 564px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("public/cons002876-1100w.jpg");
  background-position: center;
}
.page-image {
  width: 1041px;
  height: 100%;
  object-fit: cover;
}
.page-container3 {
  display: contents;
}
.page-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
