.page-contact {
  background: url(/images/contact-background.png);
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-contact .mask {
  background: rgba(0, 0, 0, 0.65);
  padding: 40px 0 0;
  position: relative;
}
.page-contact .mask > h1 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 40px 0;
}
.page-contact .mask > h1:after {
  text-align: center;
  margin: 18px auto 0;
}
.page-contact .content {
  background: #ffffff;
  width: 1090px;
  margin: auto;
  display: flex;
}
.page-contact .content .info {
  padding: 80px 53px 79px 60px;
  flex-grow: 0;
  flex-shrink: 0;
}
.page-contact .content .info .title {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.page-contact .content .info .title:after {
  margin-top: 22px;
}
.page-contact .content .info .info-table {
  line-height: 2;
  margin-top: 24px;
}
.page-contact .content .info .info-table td {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  padding-right: 24px;
}
.page-contact .content .info .info-table td + td {
  font-size: 13px;
  font-weight: normal;
}
.page-contact .content .map {
  flex-grow: 1;
}
