/**
  * Min-width (mobile first) breakpoint mixins
  */
/**
  * Deprecated: Use min-width mixins instead
  */
section:not(#header) {
  margin-top: 0;
}
section:not(#header) .content {
  padding-bottom: 120px;
  background: #eee;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.plans {
  display: flex;
  justify-content: center;
}
.plans .plan {
  border: 2px solid #ddd;
}
.plans .plan .color-bar {
  height: 8px;
}
.plans .plan .plan-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}
.plans .plan .plan-container h2 {
  color: #323232;
}
.plans .plan .plan-container .price .cost {
  font-size: 24px;
}
.plans .plan .plan-container .add-to-cart-button {
  margin: 30px 0 10px;
}
.plans .plan .plan-container .notes {
  font-size: 12px;
  color: #323232;
}
.plans .plan.monthly {
  margin-right: 50px;
}
.plans .plan.monthly .color-bar {
  background: #F6D51F;
}
.plans .plan.yearly .color-bar {
  background: #3d8488;
}

/*# sourceMappingURL=page-unlimited-downloads.css.map */
