/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2025 | 06:19:35 */
.footer__logo img {
  display: block;
  margin: auto;
  max-height:40px;
}

.footer-navilist {
  margin: 20px auto 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
}

.footer-navilist__item a {
  color: #131E3E;
  font-size : 14px;
}

.footer .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #CED0D6;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .footer-navilist__item + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-navilist {
    justify-content: space-around;
  }
}