body,
html {
  overflow-x: hidden !important;
  /* height: 200%; */
}
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

app-services{
  /* padding: 5px !important; */
  margin-top: 5px !important;
}