html,body,p {
  margin: 0;
  padding: 0;
}
.contactus-bg {
  position: relative;
  width: 100%;
  max-width: 390px;
  background-image: url('../images/contactus-bg.png');
  background-size: cover;
  background-position: center center;
  height: 100vh;
  padding-top: 176px;
  margin: 0 auto;
}
.navigator img {
  position: absolute;
  left: 16px;
  top: 16px;
  height: 24px;
  width: auto;
}
.title {
  line-height: 40px;
  font-size: 32px;
  font-family: SFProDisplay-Black, SFProDisplay;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.desc {
  margin-top: 12px;
  font-size: 18px;
  font-family: SFProDisplay-Semibold, SFProDisplay;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  padding: 0 20px;
  text-align: center;
}
.btn-panel {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  text-align: center;
  padding: 0 36px;
  width: 310px;
}
.btn-green {
  display: block;
  height: 50px;

  background: linear-gradient(to right, #10DB06, #02B48A);
  line-height: 50px;
  border-radius: 80px;
  font-size: 21px;
  font-family: SFProDisplay-Bold, SFProDisplay;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}