::-webkit-scrollbar {
  width: 0em;
}

.service[data-name="Calendar"] {
 .text-red-500 {
    color: rgb(226, 232, 240);
  }
  .text-red-500\/40 {
    color: rgb(226, 232, 240, .2);
  }
  .text-gray-500 {
    color: rgb(226, 232, 240, .2);
  }
  .service-title {
    display: none;
  }
  .service-container > .flex-col > .w-full > .flex-col {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bg-cyan-500 {
    background-color: #f26419;
  }
  .bg-teal-500 {
    background-color: rgb(0, 190, 190);
  }
}