..box-strach {
    overflow-x: scroll;
}
.box-ceny-outer {
    margin: 2rem 1rem 3rem;
    width: calc(100% - 2rem);
    
}
.box-ceny-outer-name {
    text-align: center;
    min-height: 2rem;
    background-color: #a4c739;
    padding: 1rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.05rem;
    font-size: 1.1rem;
    margin:0;
}
.box-ceny-item {
   /*  padding: 0 1.5rem; */
}
.box-ceny-point_head {
        display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    background-color: #45593c;
    color: #fff;
}
.box-ceny-body_left,
.box-ceny-body_right {
    width: 50%;
    padding: 0 1rem;
}

.box-ceny-point_right {
    text-align: right;
}
.box-ceny-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.box-ceny-item > div:nth-child(2n) {
    background-color: #b8d65a24;
}
.box-ceny-point_left,
.box-ceny-point_right {
    width: 50%;
    padding: 1.3rem 6rem;
}




@media (max-width: 768px){
 .box-ceny-point_left, .box-ceny-point_right {
    padding: 1.3rem 2rem; 
 }
} 