footer .footer-title {
  padding-bottom: 1.4rem;
    color: gray;
    font-weight: 800;
}

footer .link-container {
    padding-bottom: 2rem;
    font-size: .8rem;
    line-height: 1.4rem;
}

footer .link a {
    color: inherit;
    text-decoration: none;
}

footer .link a:hover {
    font-weight: 700;
}

footer .services {
    min-width: 9.5rem;
}

.container.footer {
    color: #cecdcd;
    padding: 2rem;
}

@media only screen and (min-width: 768px) {
}