button.btn {
  text-transform: uppercase;
  padding: 15px 45px;
  border: 0;
}

@media (max-width: 768px) {
  button.btn {
    width: 100%;
  }
}

