.contact-us {
  min-height: 100vh;
  background-color: #fceeec;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactus-box{
  text-align: center;
}
.contactus-box img{
  width: 40vw;
  /* text-align: center; */
}
.contact-us-box h1 {
  font-family: Conv_Comfortaa-Light-3;
  font-weight: 300;
  color: #c68386;
  font-size: 5.7vw;
  text-transform: uppercase;
  text-align: center;
}
.contact-us-box {
}
.contact-list {
  font-family: "Source Han Sans CN", "";
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5d5d5d;
}

.contact-list .contact-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vh 2vw;
}
.contact-list .contact-item p{
    font-size: 1vw;
    line-height: 1;
}
.contact-list .contact-item img{
    width: 3vw;
    opacity: 0.5;
    margin-right: 1vw;
}
