.sessions {
  margin-top: 2rem;
  margin-bottom: 0rem;
  position: relative;
  padding: 0;
}
.sessions > li {
  list-style: none;
  padding: 0px 0px 21px 0px;
  border-left: 1px dashed #a21e22;
  position: relative;
}
.sessions > li:last-child {
  border-left: 0;
  padding-bottom: 0;
}
.sessions > li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #a21e22;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
}
.detail-timelines {
  margin-bottom: 40px;
  margin-left: 41px;
}
.detail-timelines.is-last {
  margin-bottom: 0;
}
.detail-timelines p,
.detail-timelines h1,
.detail-timelines h2,
.detail-timelines h3,
.detail-timelines h4,
.detail-timelines h5,
.detail-timelines h6 {
  margin: 0;
  color: #5a5a59;
  font-family: "Aptos Regular", sans-serif;
  font-size: 16px;
}
.detail-timelines p b,
.detail-timelines p strong,
.detail-timelines h1 b,
.detail-timelines h1 strong,
.detail-timelines h2 b,
.detail-timelines h2 strong,
.detail-timelines h3 b,
.detail-timelines h3 strong,
.detail-timelines h4 b,
.detail-timelines h4 strong,
.detail-timelines h5 b,
.detail-timelines h5 strong,
.detail-timelines h6 b,
.detail-timelines h6 strong {
  font-family: "Aptos SemiBold", sans-serif;
}
.detail-timelines ul {
  list-style: disc;
  padding-left: 20px;
}
.detail-timelines ol {
  list-style: decimal;
  padding-left: 20px;
}
.detail-timelines li {
  list-style: inherit;
  margin-bottom: 6px;
}
.horizontal-line {
  z-index: -1;
  display: flex;
  position: relative;
  width: 100%;
  align-items: baseline;
  top: -25px;
}
.horizontal-line .dashed-hr {
  border-top: 1px dashed #a21e22;
  color: rgba(0, 0, 0, 0);
  width: 37px;
  height: 0;
}
.horizontal-line .title {
  display: flex;
  padding: 11px 23px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  border: 1px solid #b3b3b3;
  color: #131313;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Source Sans 3 Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  word-break: break-all;
  margin: 0;
  position: relative;
  top: 4px;
}
.horizontal-line .active {
  color: #fff;
  background-color: #a21e22;
}
@media (min-width: 576px) {
  .horizontal-line .title {
    font-size: 18px;
  }
}
