article:before {
    content: "";
    position: absolute;
    background: url("../../images/sheets-bg/pol-bok.png") top left repeat-y;
    width: 46px;
    height: 100%;
    top: 0;
    left: 1px;
}
article {
    border-top-right-radius: 100px;
    background: url("../../images/sheets-bg/pol-bg.jpg") top right repeat-y;
    padding: 114px 142px 50px 80px;
}
@media only screen and (max-width : 1220px) {
    section article {
        background-position: right top !important;
    }
}