.footer {
  padding   : 90px 0;
  color     : #c5c8c6;
  font-size : 14px;
  text-align: center;
}

.footer .footer-nav {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer a {
  color: #58bcff;
}

.footer p {
  line-height: 30px;
}

.footer .footer-text {
  display: none;
}

@media screen and (max-width: 1200px) {
  .container {
    margin: 0;
    padding: 0;
  }
  .footer {
    padding: 0.75rem 0;
    font-size: 12px;
  }

  .footer p {
    line-height: 25px;
  }

  .footer .switch {
    display: none;
  }

  .footer .footer-text {
    display: block;
  }
}