.address-block {
  margin-bottom: 15px;
}

.custom-heading {
  display: inline-block;
  font-size: 18px;
  color: #0f2f3a;
}

.custom-heading .heading-line {
  display: block;
  width: 40px;
  height: 3px;
  background: #0f2f3a;
  margin-top: 5px;
}

.address-text {
  display: block;
  margin-top: 8px;
  line-height: 1.6;
  color: #555;
}

