.footer-logos {
    gap: 30px;
    align-items: center;
}

.footer-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 80px;
}

.footer-logos img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.custom-logo img {
    height: 40px;
    width: auto;
}

[role="main"] p {
    text-align: justify !important;
}