/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.form_box {
  color: #42210b;
}
.form_box .information .title {
  margin-bottom: 30px;
}
.form_box .information .contact_information {
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
}
.form_box .information .contact_information > div {
  display: flex;
  gap: 20px;
}
.form_box .information h1,
.form_box .information h2,
.form_box .information h3 {
  font-weight: lighter;
}
.form_box .line_qrcode {
  display: flex;
}
.form_box .line_qrcode img {
  width: 100%;
}
.form_box .from a {
  display: inline-block;
  padding: 8px 50px;
  margin: 50px auto;
  color: #fff;
  background-color: #9aae8d;
  border-radius: 50px;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
/*iPad*/
/*iPhone*/