body main .container {
  background-position: bottom right;
  background-repeat: no-repeat;
}

body main .container .content {
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  body main .container .content {
    padding-bottom: 70vw;
  }
}

body[subsection='contactus'] .info-block {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  body[subsection='contactus'] .info-block {
    display: block;
  }
}

body[subsection='contactus'] .info-block .info-set {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  body[subsection='contactus'] .info-block .info-set {
    width: 100%;
  }
}

body[subsection='contactus'] .info-block .info-set.longtr td:first-child {
  width: 100px !important;
  vertical-align: baseline;
}

body[subsection='contactus'] .info-block table tr td:first-child {
  width: 58px;
  vertical-align: baseline;
}

html body[lang="en"][subsection='contactus'] .info-block .info-set.longtr td:first-child {
  width: 116px !important;
}
/*# sourceMappingURL=contactus.css.map */