.footer {
    padding: 40px 0;
    background: #fff;
    border-top: 1px solid #edf1f5;
}

.footer h5 {
    color: #3a4b5c;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer p,
.footer small {
    color: #6c7a89;
}

.footer-link {
    color: #6c7a89;
    text-decoration: none;
    transition: .2s;
}

.footer-link:hover {
    color: #e9875e;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-left: 8px;

    border-radius: 50%;
    background: #f5f7fa;

    color: #5b6b7b;
    text-decoration: none;
    transition: .2s;
}

.social-link:hover {
    transform: translateY(-2px);
    background: #e8f7ff;
    color: #e9875e;
}