.peach-section {
  margin: 65px 0 116px 0;
}

.peach {
  height: 372px;
  padding: 60px 15px 44px clamp(20px, 7vw, 140px);
  border-radius: 50px;
  color: #464646;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  background: url("/assets/i/reg-auth-bg-left.svg") no-repeat, url("/assets/i/reg-auth-bg-right.svg") no-repeat rgba(255, 115, 45, 0.3019607843);
  background-position: 32px 35px, right -75px bottom 42px;
}
.peach h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 0 0;
}
.peach h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
.peach .peach-content {
  max-width: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.peach .peach__auth-btns {
  display: flex;
}
.peach .peach__auth-btns .btn, .peach .peach__auth-btns button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  text-align: center;
  font-size: 16px;
}
.peach .peach__auth-btns button {
  margin-right: 22px;
}

@media (max-width: 11824px) {
  .peach {
    background-size: auto, 58%;
  }
}
@media (max-width: 1024px) {
  .page-lk-profile main .container {
    padding: 0;
  }
  .peach-section {
    margin: 40px 0 58px 0;
  }
  .peach-content {
    max-width: 400px;
    margin: 0 auto;
  }
  .peach {
    border-radius: 30px;
    padding: 238px 21px 39px 21px;
    height: auto;
    font-size: var(--fz15);
    background: url("/assets/i/reg-auth-bg-left-mobile.svg") no-repeat, url("/assets/i/reg-auth-bg-right-mobile.svg") no-repeat rgba(255, 115, 45, 0.3019607843);
    background-position: right -4px bottom 20px, center top 21px;
  }
  .peach h1 {
    font-size: var(--fz24);
    margin-bottom: 0.2rem;
  }
  .peach h2 {
    font-size: var(--fz16);
    margin-bottom: 0.7rem;
    line-height: 1.2;
  }
  .peach .peach__auth-btns {
    align-items: center;
    margin-top: 26px;
    flex-direction: column;
  }
  .peach .peach__auth-btns button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .peach .peach__auth-btns .btn, .peach .peach__auth-btns button {
    height: 40px;
    font-size: var(--fz14);
    width: 233px;
  }
}
@media (max-width: 475px) {
  .peach {
    font-size: 15px;
  }
  .peach h1 {
    font-size: 24px;
    margin-bottom: 0.2rem;
  }
  .peach h2 {
    font-size: 16px;
    margin-bottom: 0.7rem;
    line-height: 1.2;
  }
  .peach .peach__auth-btns .btn, .peach .peach__auth-btns button {
    font-size: 14px;
  }
}/*# sourceMappingURL=page-lk-profile.css.map */