.button {
  display: flex;
  width: 100%;
  height: 47px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(/_next/static/media/button-bg.0cc8a794.svg);
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
.button--transparent {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}
.button__text {
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  .button {
    height: 32px;
    background-size: auto 100% s;
  }
}
