.footer-box {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .footer-box {
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px 0;
  }
  .footer-box .footer-content-box {
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-box .footer-content-box {
    margin: 0 40px;
  }
}
.footer-box .footer-icon-police,
.footer-box .footer-icon-government {
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  .footer-box .footer-icon-police,
  .footer-box .footer-icon-government {
    width: 100%;
  }
}
.footer-box .footer-content-box {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.footer-box .footer-content-box .footer-link:hover {
  color: #c00;
}
.footer-box .footer-content-box .footer-content-row {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.footer-box .footer-content-box .footer-content-row .separator {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .footer-box .footer-content-box .footer-content-row {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }
  .footer-box .footer-content-box .footer-content-row .separator {
    display: none;
  }
}