.appButton {
  text-align: center;
  white-space: nowrap;
}

/* Responsive font sizing (you can tweak these values) */
@media (max-width: 1300px) {
  .appButton {
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 992px) {
  .appButton {
    font-size: 14px !important;
    font-weight: 700 !important;
    /* width: 100% !important; */
  }
}

@media (max-width: 576px) {
  .appButton {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}
