@media screen and (min-width: 960px) {
  footer .ft__wrapper {
    min-height: 70px;
    width: 100%;
    background-color: rgba(84, 76, 89, 0.3);
  }
  footer .ft__wrapper p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #544C59;
  }
}

@media screen and (max-width: 559px) {
  footer .ft__wrapper {
    min-height: 70px;
    width: 100%;
    background-color: rgba(84, 76, 89, 0.1);
  }
  footer .ft__wrapper p {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #544C59;
  }
}
/*# sourceMappingURL=footer.css.map */