.term-cnd {
    padding: 60px 0 20px 0;
    height: calc(100vh - 61px);
    overflow: auto
}

@media (min-width: 768px) {
    .term-cnd {
        padding: 120px 0 0 0
    }
}

@media (min-width: 992px) {
    .term-cnd {
        overflow: hidden;
        height: calc(100vh - 0px);
        padding: 120px 0 0 0
    }
}

.term-cnd ::-webkit-scrollbar {
    display: none
}

.term-cnd ::-webkit-scrollbar-thumb {
    display: none
}

.term-cnd__info {
    position: relative;
    overflow: auto;
    padding-right: 0px;
    max-height: 380px
}

@media (min-width: 768px) {
    .term-cnd__info {
        max-height: 300px
    }
}

@media (min-width: 1024px) {
    .term-cnd__info {
        overflow-y: scroll;
        padding-right: 49px;
        max-height: 300px
    }
}

@media (min-width: 1440px) {
    .term-cnd__info {
        max-height: 480px
    }
}

@media (min-width: 1920px) {
    .term-cnd__info {
        max-height: 256px
    }
}

.term-cnd__info .ps-scrollbar-x {
    display: none
}

.term-cnd__info .ps-scrollbar-y {
    display: none
}

@media (min-width: 768px) {
    .term-cnd__info .ps-scrollbar-y {
        display: block;
        background-color: rgba(63, 183, 111, 0.8) !important;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }
}