.prm-body .prm-content {
  padding: 56px 0 !important;
}

.prm-quota__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #262626;
}
.prm-quota__title span {
  display: block;
  margin-top: 16px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #383838;
}

.m-apple {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
}

.prm-body .prm-content__nav {
  background: #f8f8f8 !important;
  padding: 52px;
  border-radius: 40px;
}

.prm-body .prm-content__btn:hover {
  background: #e21414;
  color: #fff;
}

.prm-body .prm-content__wrapper {
  position: relative;
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
}

.prm-body .prm-content__image {
  position: absolute;
  top: -39%;
  right: -15%;
  max-width: 400px;
}

.prm-body .prm-header__slider {
  position: absolute;
  top: 40px;
  right: 60px;
  left: 45%;
}

.prm-body .prm-header__token small {
  color: #1e1e1e;
}

.prm-header__banner img {
  border-radius: 0 0 40px 40px;
}

@media (max-width: 767.98px) {
  .prm-body .prm-content {
    margin-top: 85px;
    padding: 100px 0 !important;
  }

  .prm-quota__title {
    font-size: 22px;
    line-height: 1.27273;
  }
  .prm-quota__title span {
    font-size: 18px;
    line-height: 1.22222;
  }

  .prm-body .prm-content__buttons {
    max-width: 517px;
    margin: 0 auto;
  }

  .prm-body .prm-content__wrapper {
    display: flex;
    flex-direction: column-reverse;
    background: #f8f8f8 !important;
    border-radius: 24px;
  }

  .prm-body .prm-content__image {
    position: static !important;
    margin-inline: auto;
    transform: translate(0);
    transform: translateY(-75px);
  }

  .prm-body .prm-content__nav {
    background: transparent !important;
    border: none;
    padding: 0;
    margin-top: -65px;
    padding-bottom: 24px;
  }

  .prm-body .prm-header__slider {
    top: 44%;
    bottom: 3vw;
    left: 70%;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    padding: 0 4.69vw;
    min-height: 300px;
    scale: 1.4;
  }

  .prm-header__banner img {
    border-radius: 0 0 24px 24px;
  }
}
