.timeline-list {
  margin-top: 24px;
}
.timeline-list-item {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217, 224, 236);
  border-image: initial;
  background: rgb(249, 251, 253);
  border-radius: 8px;
  padding: 24px 16px;
}
.timeline-list-item:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .timeline-list-item {
    padding: 32px 10px;
  }
  .timeline-list-item:not(:first-child) {
    margin-top: 40px;
  }
}
.timeline-list-item-content-title {
  color: rgb(0, 69, 135);
  font-feature-settings: "clig" 0, "liga" 0;
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.timeline-list-item-content-description {
  white-space: pre-line;
  color: rgb(74, 74, 74);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 20px;
  max-width: calc(100% - 30px);
  padding-left: 20px;
}
.timeline-list-item-content-description div {
  display: list-item;
}
.timeline-list-item-image-wrapper img {
  border-radius: 8px;
}