.ajaxcart__note small {
  font-size: 1rem;
}

.cart__terms-link {
  text-decoration: underline;
}

.cart__terms-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .ajaxcart__note small {
    text-align: left;
  }
}
