.successWrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.successWrapper .logo {
  position: absolute;
  top: 19px;
  left: 10px;
}

.successWrapper .content {
  font-family: Nekst;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.successWrapper .content h2 {
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 42px
  margin: 0 0 29px;
}

.successWrapper .content h3 {
text-align: center;
font-family: Nekst;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 130%;
  margin: 0 0 60px;
}

.successWrapper .content p {
  text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px;
  margin: 0 0 68px;
  max-width: 580px;
}

.successWrapper .content a {
  text-decoration: none;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 320px;
  width: 100%;
  height: 56px;
  
}

@media (max-width: 768px) {
  .successWrapper .logo {
    top: 15px;
  }

  .successWrapper .content {
    padding: 0 15px 70px;
  }

  .successWrapper .content h2 {
    font-size: 50px;
    line-height: 60px;
    max-width: auto;
  }

  .successWrapper .content h3 {
    font-size: 28px;
    margin-top: 5px;
  }

  .successWrapper .content p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 40px;
    max-width: auto;
  }
}

@media (max-width: 520px) {
  .successWrapper .logo {
    top: 10px;
  }

  .successWrapper .content {
    padding-bottom: 40px;
    width: 100%;
  }

  .successWrapper .content h2 {
    font-size: 38px;
    line-height: 42px;
    margin: 0 0 10px;
  }

  .successWrapper .content h3 {
    font-size: 24px;
    line-height: 130%;
     margin: 0 0 52px;
  }

  .successWrapper .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 53px;
  }
}
