.event_slot {
  @apply pb-3;

  & > .time_of_the_day {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
  }
  & > .seperation {
    margin-top: 2rem;
    width: 100%;
    height: 0px;
    border: 3px solid #d9d9d9;
    box-shadow: 0px 1px 1px #ffffff, inset 0px 2px 2px #d9d9d9;
  }
}
.event_slot:nth-last-child(1){
  & > .seperation {
    display: none;
  }
}