.main-container .gt-container .gt-button.center .holder {
  text-align: center;
}
.main-container .gt-container .gt-button.full .holder a {
  display: block;
  text-align: center;
}

/**

Buttons should be full width regardless of setting in mobile.
https://it.github.gatech.edu/coe-web/helluva_engineer_block_button/issues/48

**/
@media only screen and (max-width: 576px) {
  .main-container .gt-container .gt-button .holder a {
    /**
    Color variants for some reason take priority over this, so add an
    aggressive !important for now
    **/
    display: block !important;
    text-align: center;
  }
}
