@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        border: 20px solid #fcb42f;
        border-radius: 5px;
    }
    ::-webkit-scrollbar {
        width: 18px;
        background: #ffffff;
    }
