

.Text_div{
     width: 100%;
}
.P_text{
    color: white;
    padding: 16px 0px;
    font-size: 16px;
    width: 80%;
    margin: auto;
    word-break: break-word;
    overflow-wrap: break-word;
 
  
}
.line{
width: 80%;
margin: auto;
height: 4px;
background-color: gainsboro;
}


.video_div{
display: flex;
justify-content: center;
margin-top: 28px;
}
.video{
    width: 100%;
   padding: 13px 0px;
}

.Image_DataTime{
    width: 80%;

}
.Div_imageDataTime{
 text-align: center;
 width: 100%;
 background: #171719;
margin-bottom: 300px;
}

.imageview,.imageview2{
    position: fixed;
    top: 57px;
    z-index: -1;
    width: 100%;
}
.image_scroll_div,.image_scroll_div2{
    width: 100%;
}
.imageview2{
   top: 138px;
}
.imagePrice{
    width: 100%;
}


   