.main-footer {
  position: relative;
  color: #fff;
  background-color: #c8193c;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-align: center;
}
.main-footer a {
  color: inherit;
  font-weight: 500;
}
.main-footer a:hover, .main-footer a:focus {
  color: inherit;
  text-decoration: underline;
}
.main-footer h1 {
  font-size: 48px;
  line-height: 1.4;
}
.main-footer__wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 10px;
}
.main-footer__navigation {
  font-size: 16px;
  line-height: 39px;
  min-width: 170px;
}
.main-footer__navigation a {
  text-decoration: none;
}
.main-footer__navigation .is-active a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main-footer__navigation ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .main-footer__navigation a {
    padding: 0 10px;
  }
  .main-footer__social {
    margin-top: 24px;
  }
}
