.contact-section .address-block .address-tag-line {
  font-size: 18px;
  font-family: "source_sans_probold";
  line-height: 22px;
  color: #333333;
  margin-bottom: 24px;
}
.contact-section .address-block .address-tag-line.title-left-line::before {
  content: "";
  background-color: #333333;
  height: 3px;
  width: 19px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-section .address-block .address-title {
  font-size: 24px;
  font-family: "source_sans_probold";
  line-height: 30px;
  color: #000033;
  margin-bottom: 24px;
}
.contact-section .address-block .address-text {
  font-size: 18px;
  font-family: "source_sans_proregular";
  line-height: 22px;
  color: #333333;
  margin-bottom: 24px;
}
.contact-section .address-block .directions-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "source_sans_proregular";
  line-height: 24px;
  color: #333333;
  margin-bottom: 24px;
}
.contact-section .address-block .directions-link a img {
  width: 20px;
}
.contact-section .address-block .contact-link .contact-link-items a {
  font-size: 16px;
  font-family: "source_sans_proregular";
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}

@media (min-width: 320px) and (max-width: 599px) {
  .contact-section .address-block .address-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .address-block .address-title {
    font-size: 20px;
    line-height: 22px;
  }
}