.wrapper {
  max-width: 690px;
}

.page {
  background: #F5F5F5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
}

.new_info {
  padding-bottom: 40px;
  padding-top: 60px;
}

.new_info .wrapper .title_send {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
}

.new_info .wrapper .description_send {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

@media (max-width: 550px) {
  .new_info .wrapper .title_send {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .new_info .wrapper .description_send {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 550px) {
  .new_info {
    padding-top: 40px;
  }
}

.create {
  padding-bottom: 120px;
  margin-bottom: auto;
}

.create .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.create .wrapper .send_reg {
  background: #0C878E;
  border-radius: 6px;
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ffffff;
  border: 1px solid #0C878E;
  margin-right: 16px;
  color: #0C878E;
}

@media (max-width: 550px) {
  .create .wrapper .send_reg {
    max-width: 550px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}

.create .wrapper .send_content {
  max-width: 335px;
  width: 100%;
}

.create .wrapper .send_content .send {
  cursor: pointer;
  background: #0C878E;
  border-radius: 6px;
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 550px) {
  .create .wrapper .send_content .send {
    max-width: 550px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 550px) {
  .create .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .create .wrapper .send_reg {
    order: 2;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .create .wrapper .send_content {
    order: 1;
    max-width: 550px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .create {
    padding-bottom: 100px;
  }
}

@media (max-width: 900px) {
  .create {
    padding-bottom: 80px;
  }
}

@media (max-width: 750px) {
  .create {
    padding-bottom: 60px;
  }
}

@media (max-width: 550px) {
  .create {
    padding-bottom: 40px;
  }
}
