.__ecard-sale {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}

.__ecard-sale .__wrapper {
  width: 100%;
  display: block;
}

.__ecard-sale .__title-img-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.__ecard-sale .__title-img-wrapper img {
  width: 100%;
  max-width: 400px;
}

.__ecard-sale .__title-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.__ecard-sale .__title-wrapper .__title,
.__ecard-sale .__title-wrapper .__sub-title {
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.__ecard-sale .__title-wrapper .__title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 10px;
}

.__ecard-sale .__title-wrapper .__sub-title {
  font-size: 1.2em;
  font-weight: 300;
}

.__ecard-sale .__wrapper .__description-wrapper,
.__ecard-sale .__wrapper .__list,
.__ecard-sale .__wrapper .__button-wrapper {
  margin-bottom: 50px;
}

.__ecard-sale .__description-wrapper {
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
}

.__ecard-sale .__list {
  background-color: #539ad4;
  padding: 15px 20px;
  box-sizing: content-box;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  opacity: 0.9;
  border-radius: 4px;
}

.__ecard-sale .__description-wrapper p {
  line-height: 1.5;
  font-size: 1.2em;
}

.__ecard-sale a {
  color: #539ad4;
}

.__ecard-sale .__list hr,
.__description-wrapper hr {
  width: calc(100% - -40px);
  height: 1px;
  background-color: var(--white);
  border: 0;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.__ecard-sale .__list a {
  color: var(--charcoal-grey);
  font-weight: 600;
}

.__ecard-sale .__button-wrapper {
  display: flex;
  position: sticky;
  bottom: 30px;
  background-color: var(--shadow-grey);
  box-shadow: 0px 10px 20px 25px var(--shadow-grey);
  border-radius: 4px;
  flex-direction: column;
}

.__ecard-sale .__button-wrapper .btn {
  padding: 15px 30px;
}

.__ecard-sale .__button-wrapper .--btn-cta {
  position: sticky;
  bottom: 10px;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--white);
  background-color: #34be91;
  text-decoration: none;
  box-shadow: 0px 5px #30a57b;
}

.__ecard-sale .__button-wrapper .btn:first-of-type {
  margin-bottom: 20px;
}

.__ecard-sale .__button-wrapper .--btn-cta:hover {
  background-color: #32b88b;
}

.__ecard-sale .__button-wrapper .--btn-secondary {
  width: 100%;
  background-color: transparent;
  border: 2px solid white;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--white);
  text-decoration: none;
  opacity: 0.7;
}

.__ecard-sale .__button-wrapper .--btn-secondary:hover {
  opacity: 1;
}

.__ecard-sale .__row {
  display: flex;
  flex: 1;
}

.__ecard-sale .__row .--row-wrap {
  flex-flow: row wrap;
}

.__ecard-sale .__row h4 {
  font-size: 1.3em;
  line-height: 1.4;
  margin: 0px;
  word-break: break-word;
}

.__ecard-sale .__row.--info {
  padding: 7px 20px 13px 20px;
  background-color: var(--charcoal-grey);
  color: white;
  border-radius: 4px;
  margin-bottom: -8px;
  font-size: 1.1em;
}

.__ecard-sale .__row .info {
  margin-right: 20px;
}

.__ecard-sale .__row .icon {
  max-width: 30px;
  min-width: 25px;
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 35px;
}

.__ecard-sale .__list .icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 20px;
}

.__ecard-sale .--inline {
  display: flex;
  flex-direction: row;
}

.__ecard-sale .--vcenter {
  align-items: center;
}

.__ecard-sale .--center {
  justify-content: center;
}

.__ecard-sale h3 {
  margin: 0;
}

.__ecard-sale p {
  margin-bottom: 0;
}

.purple {
  color: var(--purple);
}

.yellow {
  color: var(--yellow);
}

/* responsive break points  */

@media only screen and (max-width: 1110px) {
  .__ecard-sale {
    padding: 0 10px;
    font-size: 1em;
  }

  .__wrapper {
    max-width: 600px;
  }

  .__ecard-sale .__wrapper .__title-wrapper,
  .__ecard-sale .__wrapper .__description-wrapper,
  .__ecard-sale .__wrapper .__list,
  .__ecard-sale .__wrapper .__button-wrapper {
    margin-bottom: 30px;
  }

  .__ecard-sale .__title-img-wrapper {
    margin-bottom: 50px;
  }

  .__ecard-sale .__title-img-wrapper img {
    width: 300px;
  }

  .__ecard-sale h4 {
    font-size: 1em;
  }

  .__ecard-sale .__description-wrapper hr {
    width: calc(100% - -30px);
    margin-right: -15px;
    margin-left: -15px;
  }

  .__ecard-sale .__title-wrapper .__title {
    font-size: 2em;
  }

  .__ecard-sale .__button-wrapper .--btn-cta {
    font-size: 1.5em;
  }
}
