.footer{
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}

.footer_row{
    position: relative;
    border-top: 2px solid var(--green);
}

.footer_copy_img{
    width: 30px;
}

.footer_copy_company a{
    color: var(--black);
}

.footer_compliance{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
