@import url('../css/head_foot.css');
#content {
  padding: 20px 16px;
  background: #E9F2FA;
}
#content .contact {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 16px;
}
#content .contact h3 {
  text-align: center;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .contact h4 {
  width: 100%;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}
#content .contact .text {
  font-size: 14px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  line-height: 21px;
  margin-bottom: 10px;
}
