.header__logos{
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 778px) {
    .header__logos{
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
}