.socials-block {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.socials-block .social-item {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.socials-block .social-item img {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
    display: block;
}