.plContent .plBox:last-child{
    border: none;
}

.plBox{
    position: relative;
}

.plBox:nth-child(odd)::before{
    content:'';
    -webkit-user-select:none;
    white-space:pre;
    display:block;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position:absolute;
    z-index:-1;
    background-image:url(../img/bg__serviceBox.svg);
    background-position:0 100%;
    background-repeat:no-repeat;
    inset:0 -42px -235px -240px;
    background-size: 636px auto;
}

.plBox .value{
    max-width: 380px;
    text-align: end;
}