footer {
  padding: 40px 0;
  background-color: #d8eefe;
}

.footer-four a {
  color: #094067;
  text-decoration: none;
}
.footer-four p {
  color: #5f6c7b;
}
.footer-four li {
  list-style-type: none;
}
.footer-four li a {
  color: #5f6c7b;
}
.footer-four-item {
  margin-bottom: 40px;
}
.footer-four-item h4 {
  margin-bottom: 16px;
  color: #094067;
}

.copyright {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0;
  }
  .footer-four {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-four-item {
    flex-basis: 22%;
  }
  .footer-four-item h4 {
    margin-bottom: 24px;
    color: #094067;
  }
  .footer-four-item ul li a {
    text-decoration: underline;
  }
  .copyright {
    margin-top: 80px;
    text-align: center;
  }
}/*# sourceMappingURL=footer.css.map */