
.page_7 {
  background-image: url('../images/laip-bg-7.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* height: auto; */
}

.page7_section {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  /* height: 945px; */
  /* position: relative; */
  justify-content: center;
  align-items: center;
}
.page_7_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_7_wrap img {
  position: absolute;
  width: 25%;
  height: auto;
  opacity: 0;
  transform: scale(.3);
}
.page_7_wrap .img7-1 {
  transform: translateX(-60%);
}
.page_7_wrap .img7-2 {
  /* transform: translateX(-50%); */
  z-index: 11;
  width: 30%;
}
.page_7_wrap .img7-3 {
  transform: translateX(70%);
}



@media screen and (max-width: 900px) {
  section.page_7 {
    min-height: 100vh;
  }
  /* .page7_section {
    height: 100vh;
  } */
}
@media screen and (max-width: 768px) {
  .page7_section img {
    width: 60%;
    height: auto;
  }

}