.header-contacts {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.header-contacts__item {
    display: flex;
    gap: 6px;
    align-items: center;
}

.header-contacts__item img {
    height: 24px;
}

.header-contacts__item a {
    color: #fff !important;
    font-weight: 500;
}

@media (max-width: 640px) {
    .header-contacts__item {
        justify-content: center;
    }
}