footer {
  background: #c9f3f2;
  color: #143e48;
  border-top: 1px solid rgba(0, 134, 143, .14);
}

footer .brand { color: #143e48; }
footer .brand > span:last-child span { color: #008f96; }
footer p { color: #47737a; }
footer > span { color: #588187; }
.footer-legal { text-align: right; line-height: 1.7; }

@media (max-width: 700px) {
  .footer-legal { grid-column: 1 / -1; text-align: left; font-size: 7px; }
}
