.buttons .btn {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .buttons .btn {
    margin-right: 1rem;
  }
}