/* ==========================================================================
   Footer Styles
   
   All styles related to the site footer
   are organized here for easy maintenance
   ========================================================================== */

.footer-bar {
  background: #e9e9e9;
  display: flex;
  align-items: flex-end;
  text-align: center;
  padding: 20px 20px;
  font-size: 14px;
  border-top: 1px solid #777;
}

.footer-bar .footer-thj-logo,
.footer-bar .footer-thg-logo {
  max-height: 75px;
  margin: 0 10px;
}

.footer-bar .footer-thj-logo img,
.footer-bar .footer-thg-logo img {
  max-height: 75px;
  margin: 0 10px;
}

.footer-bar .footer-p {
  margin-left: auto;
  padding: 0 10px;
  justify-items: end;
}

.footer-bar .footer-p p {
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}