* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: rgba(255,255,255,1);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.v17_6 {
  width: 100%;
  max-width: 402px;
  min-height: 874px;
  background: rgba(255,255,255,1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.v17_8 {
  width: 30px;
  height: 32px;
  background: url("/page4/images/v17_8.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 58px;
  left: 15px;
}

.v17_18 {
  width: 74px;
  height: 74px;
  background: url("/page4/images/v17_18.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 156px;
  margin-bottom: 20px;
}

.v17_16 {
  width: 100%;
  color: rgba(18,18,18,1);
  font-family: Inter;
  font-weight: Bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

.v17_17 {
  width: 100%;
  color: rgba(18,18,18,1);
  font-family: Inter;
  font-weight: Medium;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}

.v17_20 {
  width: 100%;
  color: rgba(18,18,18,1);
  font-family: Inter;
  font-weight: Bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.v17_21 {
  width: 100%;
  color: rgba(18,18,18,1);
  font-family: Inter;
  font-weight: Medium;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.v17_9 {
  width: 67px;
  height: 38px;
  background: url("/page4/images/v17_9.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.name {
  color: #fff;
}

@media (max-width: 480px) {
  body {
    padding: 0;
  }
  
  .v17_6 {
    padding: 15px;
    min-height: 100vh;
  }
  
  .v17_8 {
    top: 40px;
    left: 15px;
  }
  
  .v17_18 {
    margin-top: 100px;
    width: 60px;
    height: 60px;
  }
  
  .v17_16 {
    font-size: 22px;
  }
  
  .v17_17 {
    font-size: 18px;
  }
  
  .v17_20 {
    font-size: 22px;
  }
  
  .v17_21 {
    font-size: 16px;
  }
}