.hlx-footer {
  min-height: 250px;
  background: #81312c;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.hlx-footer .gov-unit-logo {
  display: block;
}
.hlx-footer .hlx-footer-row {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
.hlx-footer .hlx-footer-row .text-item {
  font-size: 14px;
  color: #ffffff;
  margin-right: 24px;
}
.hlx-footer .hlx-footer-row .text-item a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.hlx-footer .hlx-footer-row .text-item a:hover {
  text-decoration: underline;
}
.hlx-footer .hlx-footer-row .text-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .hlx-footer .gov-unit-logo {
    margin: 20px;
  }
  .hlx-footer .hlx-footer-row {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0;
  }
  .hlx-footer .hlx-footer-row .text-item {
    margin-right: 0;
    margin-bottom: 12px;
  }
}