::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background: #d3d3d3;
    border-radius: 30px;
}
 
::-webkit-scrollbar-thumb{
    background: #AC9162;
    border-radius: 30px;
}
body, html {
overflow-x: hidden !important;
}

@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}