.page-id-45 h1.entry-title {
    display: none !important;
}

.horizontal-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
}

.horizontal-scroll::-webkit-scrollbar {
  height: 6px;
}

.horizontal-scroll::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 10px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #6b7280;
  border-radius: 10px;
}


@media only screen and (max-width: 600px) {
::-webkit-scrollbar {
  display: none;
}
}