/* These are all revisions */

* {
  font-family: 'Barlow', sans-serif;
}

.nav-link {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
}

footer .footer-left,
footer .footer-right {
  font-size: 12px;
}

.page-title h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 24px;
}

.page-title .dash {
  height: 4px;
  width: 50px;
  margin-right: 15px;
}

@media screen and (min-width: 1199px) {
  .about-us-2-container .img-text-2 {
    line-height: 1.3rem;
  }
}

@media screen and (min-width: 1399px) {
  .about-us-2-container .img-text-2 {
    line-height: 1.5rem;
  }
}