.page-contact .content {
  margin: auto;
}
.page-contact .content .info {
  padding: 40px;
  background: white;
  border-radius: 8px;
  margin: 20px;
}
.page-contact .content .info .title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.page-contact .content .info .title:after {
  margin-top: 22px;
}
.page-contact .content .info .info-table {
  line-height: 2;
  margin-top: 24px;
  width: 100%;
}
.page-contact .content .info .info-table td {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
.page-contact .content .info .info-table td + td {
  font-size: 13px;
  font-weight: normal;
}
.page-contact .content #map {
  margin: 20px;
  border-radius: 8px;
}
