.card-summary {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex; }
  @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
    .card-summary {
      padding: 30px;
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 30rem) and (max-width: 47.9375rem) {
    .card-summary {
      padding: 30px 0;
      align-items: center; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .card-summary {
      padding: 30px;
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 64rem) {
    .card-summary {
      padding: 50px 20px;
      align-items: center; } }
  @media screen and (min-width: 30rem) {
    .card-summary__image-wrap {
      margin: 0 30px; } }
  .card-summary__image {
    width: 120px; }
  @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
    .card-summary__summary {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media screen and (min-width: 30rem) {
    .card-summary__summary {
      margin: 0 30px; } }
  @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .card-summary__summary {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .card-summary__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #cf000d;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: 1rem 0; }
  @media screen and (min-width: 30rem) {
    .card-summary__taglines {
      display: flex; } }
  .card-summary__tagline {
    line-height: 1.3;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.02em;
    display: block; }
    @media screen and (min-width: 30rem) {
      .card-summary__tagline {
        padding-right: 0.5rem; }
        .card-summary__tagline + .card-summary__tagline::before {
          content: '';
          border-left: 1px solid #d5d5d5;
          margin-right: 0.5rem; }
        .card-summary__tagline:last-child {
          padding-right: 0; } }
  .card-summary__list {
    padding: 0 0 0 1.25rem;
    list-style-image: url("../img/icon_checkmark.svg"); }
    .card-summary__list li {
      display: list-item;
      padding-left: 0.5rem;
      margin-left: 0.5rem; }
      .card-summary__list li:before {
        display: none; }
    .card-summary__list span {
      position: relative;
      top: -0.25rem; }
  .card-summary__feature {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 0.5rem 0; }
    @media screen and (min-width: 64rem) {
      .card-summary__feature {
        font-size: 16px;
        font-size: 1rem; } }
  .card-summary__link {
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.01em; }
    .card-summary__link:hover {
      color: #b6000b; }

/*# sourceMappingURL=card-summary.css.map */