.pt-000{
    padding-top: 69px !important;
}
.h-3{
    height: 120px;
}
.scrollbar::-webkit-scrollbar-thumb{
    background-color: #4e616d;
    border-radius: 3px;
}
.scrollbar::-webkit-scrollbar{
    height: 10px;
}
@media screen and (max-width:1000px) {
    .pt-000{
        padding-top: 120px !important;
    }
}
@media screen and (max-width:767px) {
    .pt-000{
        padding-top: 54px !important;
    }
}
.hidden{
    display: none;
}