.footer {
  padding-top: 48px;
  background: #0B4DA3;
  color: #ffffff;
  font-size: 14px;
  line-height: 2.42;
  font-weight: 300;
}
.footer > .page-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0.8rem;
}
.footer .footer-mun {
  flex: 1;
}
.footer .footer-mun > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0.2rem;
}
.footer .footer-mun > ul > li {
  width: 120px;
  flex: 1;
}
.footer .footer-mun > ul > li > a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.footer .footer-contact {
  width: 560px;
}
.footer .footer-contact .title {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.footer .footer-contact p {
  line-height: 1.3;
  margin-bottom: 14px;
}
.footer .footer-foot {
  padding: 10px 0;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .footer > .page-content {
    display: block;
  }
  .footer > .page-content .footer-contact {
    width: 100%;
    text-align: center;
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 600px) {
  .footer > .page-content {
    display: block;
  }
  .footer > .page-content .footer-mun > ul > li {
    width: 48%;
    flex: unset;
  }
}
