.cmy-list li:nth-child(3n+1):before {
  background: #0196e4;
}
.cmy-list li:nth-child(3n+2):before {
  background: #fa2a92;
}
.cmy-list li:nth-child(3n+3):before {
  background: #f9c035;
}

.divider-cmy-swash {
  text-align: center;
  position: relative;
}
.divider-cmy-swash:after {
  content: url("../images/icons/cmy-swash.svg");
  background: #ffffff;
  padding: 0 1rem;
  display: inline-block;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 36px;
  position: absolute;
  top: -8px;
}

.subs-wrapper {
  text-align: left;
  background-color: #fffbf7;
  border: 1px solid #73bf44;
  border-bottom-width: 5px;
  padding: 1rem;
  margin-top: 5rem;
}
.subs-wrapper .page-title {
  margin-top: 1rem;
}

.artwork {
  max-width: 12.5rem;
  margin-top: -50%;
}

.main-content {
  margin-bottom: 8rem;
}

.perks-wrapper {
  display: flex;
  flex-direction: column;
}

.sub-title {
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
  font-size: 1.75rem;
}

.perks {
  margin: 1rem;
  padding: 1rem;
}
.perks .icon {
  display: block;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 64em) {
  .subs-wrapper {
    margin-top: 2rem;
    padding: 1rem 2rem;
  }
  .artwork {
    max-width: 100%;
    margin-top: 0;
    margin-right: 2rem;
  }
}
/*# sourceMappingURL=subscribe.css.map */
