h1 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 36px;
}

.spikers {
  font-size: 18px;
  margin-block: 16px;
}
.spikers span {
  font-weight: 600;
}
.spikers p {
  margin-bottom: 6px;
}

.timeline {
  margin-top: 20px;
  width: 100%;
}

.timeline-item {
  padding: 10px 15px;
  margin: 5px 0;
  background-color: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.timeline-item.first {
  font-weight: 600;
  font-size: 16px;
}
.timeline-item.second {
  padding: 10px 30px;
  font-size: 16px;
}

.accordion__trigger {
  padding: 10px 15px;
  margin: 5px 0;
  background-color: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.accordion__trigger.first {
  font-weight: 600;
  font-size: 16px;
}
.accordion__trigger.second {
  padding: 10px 30px;
  font-size: 16px;
}
.accordion__item {
  display: none;
  transition: all 0.5s ease;
}

.timeline-item:hover,
.accordion__trigger:hover {
  background-color: #e0e0e0;
}

.timeline-item.active {
  background-color: #3ec494;
  color: white;
}

.timeline-item.active:hover {
  background-color: #33a179;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
