.footer .f-logos{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 100px 0 0 0;
    padding: 0;
}
.footer .f-logos svg{
    filter: brightness(100);
}
@media (max-width: 767px) {
    .footer .f-logos{
        margin: 50px 0 0 0;
    }
}