.lower-subtitle {
  line-height: normal;
}
/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  display: none;
}

/* For Firefox */
html {
  scrollbar-width: none; /* Hide scrollbar */
}

/* General rule */
body {
  overflow: auto; /* Ensure content can still scroll */
}
