body {
  background-color: rgba(18, 18, 18, 1);
}
.personal-details {
  max-width: 1552px;
  margin: 0 auto;
  @media (max-width: 1552px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.personal-details-title {
  display: flex;
  align-items: center;
  height: 73px;
  box-sizing: border-box;

  @media (max-width: 768px) {
    display: none;
  }
}
.personal-details-title-mobile{
  display: none;
   display: flex;
    align-items: center;
    
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    margin-left: 4px;
    margin-bottom: 26px;
    margin-top: 14px;
font-family: PingFang SC;
font-weight: 600;
font-style: Semibold;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -0.3px;
color: rgba(255, 255, 255, 1);

  @media (max-width: 768px) {
   display: flex;
  }

}
.text-content-title{
  font-family: PingFang SC;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -0.3px;
color: rgba(255, 255, 255, 1);
}
.personal-details-title-mobile .back-icon{
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.personal-details-title h3 {
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 1);
  margin-left: 16px;
}
.personal-details-title .back-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.personal-details-content {
  max-width: 1552px;
  margin: 0 auto;
  @media (max-width: 768px) {
    display: none;
  }
}
.personal-details-title-mobile{
  @media (min-width: 768px) {
    display: none;
  }
}
.personal-details-content-mobile{
  @media (min-width: 768px) {
    display: none;
  }
}
.contact-us-item{
    margin-bottom: 48px;
    @media (max-width: 768px) {
      margin-bottom: 72px;
    }
}
.contact-us-title{
    font-family: PingFang SC;
font-weight: 600;
font-style: Semibold;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -0.3px;
color: rgba(255, 255, 255, 1);

@media (max-width: 768px) {
  font-size: 32px;
  line-height: 34px;
}
@media (min-width: 768px) {
   margin-bottom: 48px;
   margin-top: 37px;
}
@media (max-width: 768px) {
  margin-bottom: 24px;
  margin-top: 24px;
}

}
.text-content{ 
font-family: PingFang SC;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 30px;
letter-spacing: -0.3px;
color: rgba(255, 255, 255, 1);
 }