.footer {
    background: url('/img/jpg/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.footer-inner {
    max-width: 800px;
    padding: 1rem;
    margin-top: 8rem;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.footer-link:hover {
    color: #ed8e28;
}