.plus_wrapper {
    position: relative;
    height: 40px;
    overflow: hidden;
    width: 150%;
    left: -50%;
}

.plus_wrapper .box {
    position: absolute;
    width: 150px;
    height: 40px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.wrapper .boxes {
    position: relative;
    left: -250px;
}

/*-----------------------------------*/

.plus_wrapper2 {
    position: relative;
    height: 40px;
    overflow: hidden;
    width: 150%;
    left: -50%;
}

.plus_wrapper2 .box {
    position: absolute;
    width: 150px;
    height: 40px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}