.rectior-main-wrapper {
    display: flex;
    overflow: hidden;
    height: 100vh;
}

.main-wrapper {
    width: 425px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth; 
}

@media(max-width:992px) {
    .main-wrapper {
        padding-bottom: 100px;
    }
}

.main-wrapper::-webkit-scrollbar {
    display: none;
}

.copyright {
    font-size: 10px;
    line-height: 20px;
}