/*=== Begin quote card ===*/
.lp__quote_card {
  border-top: 2px solid #47a8d1;
  padding: 2.5rem 0rem 2.5rem 0rem;
  margin-bottom: 0rem;
}
@media (min-width: 992px) {
  .lp__quote_card {
    padding: 2.5rem 0rem 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.lp__quote_card .lp__author_name,
.lp__quote_card .lp__author_subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.lp__quote_card .lp__author_name {
  font-weight: 600;
  color: #47a8d1;
  margin-bottom: 1rem;
}
.lp__quote_card .lp__author_subtitle {
  font-style: italic;
}
.lp__quote_card .lp__card_title {
    font-family: "Andes", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  position: relative;
            margin:0rem 0rem 1.5rem 0rem;
  z-index: 2;
    color:#ffffff;
}
@media (min-width: 768px) {
  .lp__quote_card .lp__card_title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

/*=== end quote card ===*/