.js-go-cart-drawer .minicart-removed-gift-msg,
.js-go-cart-drawer .max-quantity-message
{
  display: block;
  color: #c9516b;
  font-weight: bold;
  font-family: 'Vogue Avant Garde Light';
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .js-go-cart-drawer .minicart-removed-gift-msg {
    text-align: initial;
  }
}