.workshop_detail {
  padding-bottom: 50px;
}
.title1 {
  font-family: Poppins_Bold, Arial, sans-serif;
  font-size: 22px;
}
.title2 {
  font-family: Poppins_Bold, Arial, sans-serif;
  font-size: 18px;
}
.schedule_box .line {
  display: flex;
}
.schedule_box .line_title {
  padding-left: 50px;

  width: 100px;
}
.dot_line {
  display: flex;
  padding-left: 15px;
}

.dot {
  display: block;
  width: 30px;
  position: relative;
  margin-left: 0 !important;
}
.dot:before {
  width: 10px;
  height: 10px;
  content: ' ';
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;

  top: 7px;

  background-color: black;
}
.workshop_detail a {
  color: var(--blue);
  font-family: Poppins_Bold, Arial, sans-serif;
}
