.footer {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-block: 30px;
  background-color: #147691;
}
.footer .wrapper {
  display: grid;
  gap: 30px;
}
.footer .footer__top {
  width: 100%;
}
.footer .footer__top ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer .footer__top ul li {
  padding: 0;
  line-height: 19.6px;
}
.footer .footer__top ul li a {
  line-height: 19.6px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.footer .footer__top ul li a:hover {
  text-decoration: underline;
}
.footer .footer__bottom {
  display: flex;
  justify-content: center;
}
.footer .footer__bottom p,
.footer .footer__bottom a {
  color: #fff;
  margin: 0;
}
.footer .footer__bottom p {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.6px;
}
.footer .footer__bottom p > * {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  line-height: 19.6px !important;
}
.footer .footer__bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 567px) {
  .footer {
    padding-inline: 1em;
  }
  .footer .footer__top ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}

/*# sourceMappingURL=footer.css.map */
