.pf-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
}

.pf-logos a {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 120px; */
    /*height: 26px; */
    display: block;
    flex: 0 0 auto;
    text-decoration: none;
}

@media (min-width: 601px) {
    .pf-logos image {
        width: 90px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .pf-logos image {
        width: 100%;
        height: 32px;
    }
}