.footer {
    background: #FFA415;
    color: #fff;
    padding: 40px 0;
}

.footer .container {
    text-align: center;
}

.footer-link {
    margin-bottom: 20px;
}

.footer-link a {
    color: #fff;
    margin: 0 12px;
    text-decoration: none;
    font-size: 14px;
}

.footer p {
    font-size: 13px;
    line-height: 1.8;
}