.blue{
    color:rgb(72, 72, 130);
    text-align: center;
    margin-top: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
}
body{
background-color:rgb(222, 207, 187);
}
.col-md-8{
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.col-md-4{
  text-align: center;
  width:"100%";
  /* height:"100%";
  position:absolute;
  top:0;
  left: 0; */
}
.sp, .pps{
 height: auto;
width: 100%;
}
.ps{
    height: 100%;
width: 100%;
margin-left: 0px;
}
.video_sm{
    height: 100%;
}
@media (max-width: 767px) {
    .video_sm{
        height: 300px;
    }
}


