.footer {
    position: relative;
    z-index: 1;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cheemacapitallogowhite.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    opacity: 0.05;
    z-index: -1;
    pointer-events: none;
}