.partners-footer-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    background-color: white;
    margin: 0;
}

.partners-footer-wrapper img {
    width: 100%;
    height: auto;
}

.footer_img {
    width: 40%;
    object-fit: cover;
    height: 100%;
}

.footer_column {
    height: 100%;
}

.footer_column a {
    color: black;
    outline: none;
}