
.page {
max-width : unset !important ;
}
.home_sept_s1_main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
}
.home_sept_s1_main img{
  width: 100%;
}
.home_sept_s1_main.b1fixe .home_sept_s1_item_cont {
    position: absolute;
    z-index: 2;
    width: 30%;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}






@media screen and (max-width: 768.98px) {
	
    .home_sept_s1_main.b1fixe .home_sept_s1_item_cont {
        position: absolute;
        z-index: 2;
        width: 50%;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}