
.AppleButton {
  cursor: pointer;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: none;
  background-color: #000;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  height: 46px;
  padding: 5px 1rem 5px 1rem;
  margin: 50px auto auto;
  transition: .2s ease-in;
  white-space: nowrap;
  max-width: 250px;
}

.AppleButton svg {
  height: 100%;
}

@media (min-width: 768px) {
  .AppleButton {
    height: 56px;
    font-size: 17px;
    max-width: auto;
  }
}
