@media screen and (max-width: 992px) and (min-width:0px) {
  .index_media_phone {
    margin-top: 60px;
  }

  .box {
    height: auto;
    padding: 45px 15px !important;
  }

  .box {
    height: auto;
  }

  .bannerSlide {
    padding-top: 0;
  }

  .boxleft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .boxleft .TextBox {
    width: auto;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .box2 .TextBox h1 {
    text-align: center;
  }

  .box2 .TextBox h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .BigBox .box2 {
    position: relative;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .BigBox .BigBoxImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
  }

  .box3 {
    padding-top: 0px;
    height: 100vh;
  }

  .box3 .TextBox {
    width: 90%;
    left: 5%;
  }

  .box4,
  .box5 {
    padding: 45px 15px;
  }






  .BigBox6 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .BigBox6 .TextBox {
    width: 100%;
   margin-left: 0vw;
  }

  .BigBox6 .box6Img {
    width: 100%;
    height: auto;
  }
}
