.location-title {
  border-bottom: 1px solid black;
}
.name {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}
.address {
  line-height: 1.75;
  margin-top: 20px;
  font-size: 14px;
}
a {
  transition: .25s;
}

@media screen and (max-width: 749px) {
  .name {
    font-size: 12px;
  }
  .address {
    font-size: 12px;
    line-height: 1.35;
  }
}

