@charset "UTF-8";
.list-section-5 .content {
  align-items: flex-start;
}
.list-section-5 .section-side-one,
.list-section-5 .section-side-two {
  width: 50%;
}
.list-section-5 .section-side-one {
  flex: auto;
}
.list-section-5 .section-side-two {
  flex: 0 0 50%;
}
.list-section-5 .subheadline {
  margin-bottom: 30px;
}
.list-section-5 .subheadline,
.list-section-5 .list-group {
  padding-left: 50px;
}
.list-section-5 .list-group {
  margin-bottom: 30px;
}
.list-section-5 .list-group-title,
.list-section-5 .single-list-item {
  margin-bottom: 18px;
}
.list-section-5 .single-list-item {
  display: flex;
  position: relative;
}
.list-section-5 .single-list-item:before {
  position: relative;
  content: "—";
  line-height: 1;
  top: -1px;
  padding-right: 6px;
}
.list-section-5 .list-item-title {
  max-width: 300px;
}
@media screen and (max-width: 885px) {
  .list-section-5 .section-side-one,
  .list-section-5 .section-side-two {
    width: 100%;
    flex: auto;
  }
  .list-section-5 .subheadline,
  .list-section-5 .list-group {
    padding-left: 0px;
  }
}