.custom-cart-guest-checkout-note {
  margin: 0 0 0.8rem;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .custom-cart-guest-checkout-note {
    font-size: 1.4rem;
  }
}
