.list-wr {
  display: flex;
  text-align: left;
}
.list-wr.vertical-line .list {
  margin-left: -38px;
}

.list {
  width: 100%;
  margin: 0px 0 0px 20px;
  padding: 0px 0 0px 20px;
  margin-bottom: 24px;
  font-family: "GTE-light";
}
@media (max-width: 800px) {
  .list {
    margin-bottom: 16px;
  }
}
.list_noindent {
  padding: 0;
}
.list_sm .list__item {
  margin-bottom: 8px;
}
.list_horizontal .list__item {
  display: inline-block;
  margin-right: 44px;
  width: unset;
}
.list__item {
  width: 100%;
  margin-bottom: 18px;
}
.list_bullets {
  padding: 0;
  margin: 0 0 24px 0;
}
.list_bullets .list__item {
  display: inline-flex;
  position: relative;
  list-style: none;
}
.list_bullets .list__item_important::before {
  background-image: url(images/circle-g.svg) !important;
}
.list_bullets .list__item::before {
  content: "";
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 6px;
  background: url(images/circle-gr.svg) no-repeat center;
  background-size: 22px;
  border-radius: 50px;
  background-color: #fff;
}
.list_checklist {
  padding: 0;
  margin: 0 0 24px 0;
}
.list_checklist .list__item {
  display: inline-flex;
  position: relative;
  list-style: none;
}
.list_checklist .list__item::before {
  content: "";
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 6px;
  background: url(images/check-v2-g.svg) no-repeat center top;
  background-color: #fff;
  background-position: center;
  background-size: 22px;
  border-radius: 50px;
  background-color: #fff;
}

.vertical-line {
  border-left: 4px solid #dedede;
  padding-left: 22px;
  margin-left: 36px;
  height: 100%;
}

.vertical-line-date {
  display: flex;
  position: sticky;
  top: 58px;
  background-color: #fff;
  color: #3495d5;
  z-index: 1;
  padding: 28px 0 8px 0;
  font-size: 22px;
  line-height: 36px;
  margin: 0 0 26px 0;
  width: 48px;
  justify-content: center;
}