footer {
  background: #222; }
  footer .flex-row > div {
    flex: 1; }
  footer .footerLogo {
    width: 180px; }
  footer li, footer h2 {
    color: #19d3c5;
    list-style: none; }
  footer li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400; }
  footer h2 {
    margin: 0;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400; }
  footer ul {
    margin: 0; }
  footer button {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 40px; }
  footer .container {
    padding: 50px; }
    footer .container > .flex-row {
      align-items: flex-start; }
  footer .bottom {
    padding-top: 50px;
    color: white; }
    footer .bottom img {
      padding-right: 2em; }
  @media screen and (max-width: 980px) {
  footer .container > div {
    flex-direction: column; }
    footer .container > div ul {
      padding: 0; }
  footer .container {
    padding: 50px 25px !important; }
  footer .bottom {
    flex-direction: column-reverse; }
  footer .footerLogo {
    width: 183px; } }
