.button {
  text-decoration: none !important;
}

/* Media query for mobile devices */
@media (max-width: 770px) {
  .button-wrapper {
    text-align: center;
  }