.contact-us-box span {
  line-height: 26px;
}
.contact-us-box .page-head {
  background-color: #c9c0b1;
  height: 100px;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.contact-us-box .page-head .page-title {
  font-size: 1.8em;
  color: white;
  position: absolute;
  bottom: 0;
  padding-left: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact-us-box .page-head .page-title {
    padding-bottom: 5px;
  }
}
.contact-us-box .page-content {
  padding-top: 40px;
}
.contact-us-box .page-content .left {
  display: inline-table;
  width: 50%;
  float: left;
  height: 320px;
  margin-bottom: 60px;
  position: relative;
  color: white;
}
.contact-us-box .page-content .left .background-photo {
  height: 320px;
}
.contact-us-box .page-content .left .background-photo img {
  width: 100%;
  height: 100%;
  max-height: 320px;
}
@media screen and (max-width: 767px) {
  .contact-us-box .page-content .left {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}
.contact-us-box .page-content .left .description {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  padding-left: 30px;
  padding-right: 30px;
}
.contact-us-box .page-content .right {
  display: inline-table;
  width: 50%;
  background-color: #9e896c;
  float: right;
  height: 320px;
  color: white;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-us-box .page-content .right {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
}
.contact-us-box .page-content .right .email a {
  color: white;
}
.contact-us-box .page-content .right .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-us-box .page-content .right .info .company-name {
  font-size: 1.4em;
}
.contact-us-box .page-content .bottom {
  display: inline-table;
  width: 100%;
}
.contact-us-box .page-content .bottom .item {
  display: inline-table;
  width: 50%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact-us-box .page-content .bottom .item {
    width: 100%;
  }
}
.contact-us-box .page-content .bottom .item .email a,
.contact-us-box .page-content .bottom .item .url a {
  color: #333333;
}
.contact-us-box .page-content .bottom .item .officeName {
  font-weight: bold;
}
