.page-profile {
  display: flex;
  flex-direction: column;
}
.page-profile .btn-amount {
  width: 72px;
  height: 72px;
  max-width: 30%;
  border-radius: var(--border-radius-large);
  font-weight: bold;
  font-size: 24px;
}
.page-profile .btn-amount:not(:first-child) {
  margin-left: 4px;
}
.page-profile .btn-amount:not(:last-child) {
  margin-right: 4px;
}
.page-profile .page-profile-amounts {
  display: flex;
  justify-content: space-between;
  margin-top: var(--content-padding);
}
.page-profile #btnAbout {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=page-profile.css.map */