/*=== Begin list card ===*/
.lp__list_card h2:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  padding-right: 1rem;
  height: 25px;
  cursor: pointer;
  float: left;
  border-left: 12px solid #c43b80;
}
@media (min-width: 992px) {
  .lp__list_card h2:before {
    height: 40px;
    padding-right: 1.5rem;
    border-left: 20px solid #c43b80;
  }
}
.lp__list_card ul {
  margin-bottom: 2.5rem;
}
.lp__list_card ul li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  font-family: "AndesExtraLight", sans-serif;
  color: #252E66;
  font-weight: normal;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .lp__list_card ul li {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.lp__list_card ul li:first-child {
  padding-top: 24px;
  margin-top: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.lp__list_card ul li span {
  font-family: "Andes", sans-serif;
  font-weight: bold;
  margin-right: 0.5rem;
  float:left;
}

/*=== Begin list card ===*/