.mm-bundle__purchase-option-title,
.mm-bundle__purchase-option-pricing *,
.mm-bundle__content-block p,
.mm-bundle__add-btn,
.mm-bundle .mm-bundle__item-title {
  font-size: 16px;

  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.mm-bundle__frequency-selector,
.mm-bundle__savings,
.mm-bundle__gifts-unlocked,
.mm-bundle h6 {
  font-size: 14px;

  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}

.mm-bundle__cta-btn,
.mm-bundle__cta-original-price, 
.mm-bundle__cta-discounted-price,
.mm-bundle__cta-arrow {
  font-size: 18px;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.mm-bundle__subscription-callout {
  font-size: 12px;

  @media screen and (max-width: 768px) {
    font-size: 10px;
  }
}

#scroll-to-bundle-kit {
  position: relative;
  top: -4rem; 
}

.mm-bundle__featured-review-star {
  font-size: 16px;
}