body {
  font-family: "Geist", sans-serif;
  background-color: #fefefef5;
}
.text-primary {
  color: #22262a !important;
}

.text-muted {
  color: #5f717b !important;
}
.bg-primary {
  background-color: #22262a !important;
}
.bg-muted {
  background-color: #f2f5f6 !important;
}
.shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.shadow-2 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.shadow-3 {
  box-shadow: rgba(0, 0, 0, 0.05) 20px 6px 60px 20px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
button {
  font-weight: 600;
  font-size: 14px;
}
.btn-primary {
  background-color: #22262a;
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
  margin: 15px auto;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: center;
}
.btn-muted {
  background-color: #eceef2;
  padding: 10px;
  color: #22262a;
  border-radius: 10px;
  margin: 15px auto;
  height: fit-content;
}
.section-header-pill {
  background-color: #f2f5f6;
  color: #22262a;
  padding: 10px 20px;
  border-radius: 28px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  font-weight: 600;
  font-size: 14px;
}

.timeline-line {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 85%;
  border-left: 3px dotted #e3e7ea;
  inset: 0;
  left: 3px;
  top: 35px;
  margin-bottom: 20px;
}
.timeline-line-a {
  position: absolute;
  z-index: 0;
  width: 0;
  border-left: 4px solid #e3e7ea;
  left: 34px;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .timeline-line {
    height: 150%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
@media (min-width: 1000px) {
  .timeline-line {
    height: 1100px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .timeline-line {
    display: none;
  }
}
@media (min-width: 1600px) {
  .timeline-line {
    height: 1300px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 60px;
    margin-bottom: 20px;
  }
}
