/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.ways-to-save-card-wide {
  border-radius: 1rem;
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.03), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0215656), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0178832), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.015), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0121168), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00843437);
  flex-flow: row wrap;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .ways-to-save-card-wide {
    display: flex;
    flex-direction: row;
  }
}
.ways-to-save-card-wide__image {
  display: block;
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}
@media (min-width: 48rem) {
  .ways-to-save-card-wide__image {
    flex: 0 0 36%;
    padding-bottom: 0;
    width: auto;
  }
}
.ways-to-save-card-wide__image figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ways-to-save-card-wide__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.ways-to-save-card-wide__content {
  background-color: #fff;
  padding: clamp(1.5rem, -0.2943925234rem + 3.738317757vw, 3rem) clamp(1.25rem, -0.8434579439rem + 4.3613707165vw, 3rem) clamp(2.125rem, 1.078271028rem + 2.1806853583vw, 3rem);
  width: 100%;
}
@media (min-width: 48rem) {
  .ways-to-save-card-wide__content {
    display: flex;
    flex-direction: column;
    flex: 0 0 64%;
  }
}
.ways-to-save-card-wide__title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "Karma", serif;
}
.ways-to-save-card-wide__title a {
  color: inherit;
}
.ways-to-save-card-wide__title a:focus, .ways-to-save-card-wide__title a:hover {
  color: #cf3339;
}
.ways-to-save-card-wide__meta {
  color: #737373;
}
.ways-to-save-card-wide__meta:not([class*=is-style]):not(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-bottom: clamp(1rem, 0.4018691589rem + 1.246105919vw, 1.5rem);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.ways-to-save-card-wide p:not([class*=is-style]):not(.h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Karma", serif;
}
.ways-to-save-card-wide .c-btn-wrapper {
  margin-top: auto;
  padding-top: clamp(1rem, 0.7009345794rem + 0.6230529595vw, 1.25rem);
}
.ways-to-save-card-wide .c-btn-wrapper p {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
}
@media (min-width: 48rem) {
  .ways-to-save-card-wide .c-btn-wrapper p {
    display: inline-block;
    margin-top: 0;
  }
}
.ways-to-save-card-wide .c-btn-wrapper p a {
  color: #030a30;
  text-decoration: none !important;
}
.ways-to-save-card-wide .c-btn-wrapper p a:hover {
  color: #cf3339;
}
.ways-to-save-card-wide .c-btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 48rem) {
  .ways-to-save-card-wide .c-btn {
    width: auto;
  }
}