h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #932343;
  font-size: 157.1428571429%;
  font-weight: bold;
  line-height: 1.35;
}

h3:before {
  content: "";
  width: 6px;
  height: 30px;
  margin-right: .6em;
  background: #932343;
}

.caption {
  line-height: 1.7em;
  margin-bottom: 40px;
}

.title_txt {
  color: #932343;
  font-weight: bold;
  font-size: 110%;
  margin: 5px 0;
}

.address .box p {
  line-height: 1.7em;
}

.address .box {
  margin: 15px 0;
}
