.footer-bg {
    background-image: url('../../images/coffee-footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    width: 100%;
}
.footer-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 400px;
}