@media only screen and (max-width: 600px) {
  .btn-primary,
  .btn-outline-primary {
    width: 100% !important;
  }
}
