 ::-webkit-scrollbar {
 background: transparent;
 width: 4px;
 height: 0 !important;
}
::-webkit-scrollbar-thumb {
 background-color: #feb301;
 box-shadow: 0;
}
::-webkit-scrollbar-track-piece {
 background-color: #f1f1f1;
}
::-webkit-scrollbar-corner {
 background: transparent;
}

@media screen and (max-width: 1200px) {
::-webkit-scrollbar {
width: 0;
}