#contact .title {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #contact .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #contact .title {
    margin-bottom: 30px;
  }
}

#contact .title .container {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  #contact .title .container {
    max-width: 95%;
  }
}

#contact .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #contact .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #contact .title h1 {
    font-size: 20vw;
  }
}

#contact .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #contact .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #contact .title h1 span {
    font-size: 20vw;
  }
}

#contact .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #contact .title_bottom {
    margin-left: 10px;
    margin-bottom: 17px;
  }
}

#contact .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #contact .title_bottom h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #contact .title_bottom h2 {
    font-size: 3.5vw;
  }
}

#contact .title_arrow {
  width: 156px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #contact .title_arrow {
    width: 17%;
  }
}
/*# sourceMappingURL=complete.css.map */