.poster{
display:flex;
width:1200px;
height:675px;
background:#e9ecef;
font-family:Arial, sans-serif;
position:relative;
overflow:hidden;
}

.poster:before{
content:'';
position:absolute;
right:40%;
top:0;
width:10px;
height:100%;
background:rgba(255,255,255,0.4);
transform:skewX(-20deg);
}

.left{
width:50%;
display:flex;
align-items:center;
justify-content:center;
}

.left img{
max-width:90%;
}

.right{
width:50%;
padding:40px;
}

.right h1{
font-size:40px;
font-weight:bold;
}

.right h3{
margin-top:20px;
}

.right p{
line-height:1.6;
}

.right ul{
margin-top:10px;
}
