.ps__rail-x,
.ps__rail-y {
    opacity: 1;
}
.ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 1;
  }

  

.ps__thumb-y {
    background-color: #80b18f;
    width: 28px;
    border-radius: 24px;
    right: 0px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #80b18f;
    width: 28px;
    border-radius: 24px;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: #eaedf0;
    margin-right: 40px;
    border-radius: 24px;
    width: 28px;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: #eaedf0;
    opacity: 1;
    border-radius: 24px;
    width: 28px;
}

.scroll_box-container{
    margin-top: 5em;
}

.scroll_box {
    border-radius: 0px;
    margin-top: 0em;
}

.scroll_box .main-txt {
    padding-right: 70px;
}

.whitespace{
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 1.5em 2.5em;
}
.whitespace.upper{
    border-radius: 40px 40px 0 0;
}
.whitespace.lower{
    border-radius: 0 0 40px 40px;
}

@media screen and (max-width: 540px){
    .ps__thumb-y {
        width: 20px;
    }
    
    .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
        width: 20px;
    }
    
    .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
        width: 20px;
        margin-right: 24px;
    }
    
    .ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
        width: 20px;
    }
    .scroll_box .main-txt {
        padding-right: 57px;
    }
    .whitespace{
        width: 92%;
        padding: 0.5em;
    }
}