@media screen and (max-width: 767px) {
  .app-container .partner-panel .partner-link {
    width: 45%;
    align-items: center;
    height: 48px;
  }
  .app-container .partner-panel .partner-link a {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
  footer .containers {
    background-position: center;
  }
}
@media screen and (max-width: 975px) {
  .app-container .wrapper {
    padding-top: 30px;
  }
  .app-container .news-field .news .link .date h2 {
    font-size: 1.5em;
  }
  .app-container .news-field .news .link .date h2,
  .app-container .news-field .news .link .date span {
    min-width: 80px;
    text-align: center;
  }
}
/*# sourceMappingURL=index.css.map */