.timeline-module {
  max-width: 430px;
  margin: 0 auto;
  background-color: #fff9f1;
  padding: 44px 24px 50px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.timeline-heading {
  font-style: italic;
  color: #a9822f;
  font-size: 32px;
  letter-spacing: 1px;
  margin: 0 0 40px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-icon {
  width: 66px;
  display: block;
  margin: 0 auto 10px;
}

.timeline-icon-tall {
  width: 32px;
}

.timeline-title-wrap {
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 6px;
}

.timeline-title {
  height: 26px;
  width: auto;
  display: block;
}

.timeline-title-lg {
  height: 30px;
}

.timeline-title-sm {
  height: 23px;
}

.timeline-time {
  color: #a9822f;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.8px;
  margin: 0;
}

.timeline-divider {
  width: 90px;
  display: block;
  margin: 26px auto;
  opacity: 0.8;
}

@media (max-width: 360px) {
  .timeline-heading { font-size: 28px; }
  .timeline-icon { width: 58px; }
  .timeline-icon-tall { width: 28px; }
  .timeline-title-wrap { height: 30px; }
  .timeline-title { height: 22px; }
  .timeline-title-lg { height: 25px; }
  .timeline-title-sm { height: 19px; }
  .timeline-time { font-size: 12px; }
}
