@charset "utf-8";
/* CSS Document */

.box {
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;


}

.text {
  text-align: start;
    padding:  2% 10% 0 2.5%
}
.text p{
line-height: 1.8;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;

}
.pict img{
    padding: 5% 0 0% 20%;
 
}
.title_img{
 width: 100%;
    height: auto;
}
.poster{
     width: 100%;
    height: auto;
}


@media screen and (max-width: 639px){
.pict img{
    padding: 0;
    }
.text p{
    margin-top:0;
    font-size: 12px;
    }
    .box{
     margin-top:  3%;  
    }
    .text{
       padding:  0% 0 0 2%;   
    }
}
    


