/* Размер круга иконки */
.t-persons-social-links__item {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 8px; /* расстояние между иконками */
}

/* Размер иконки внутри */
.t-persons-social-links__svg {
    width: 32px !important;
    height: 32px !important;
}

/* Обёртка — выравнивание по центру */
.t-persons-social-links__wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap; /* чтобы не выходили за пределы на мобильных */
    gap: 16px; /* доп. расстояние, если нужно */
}

/* Контейнер */
.t-persons-social-links {
    display: flex !important;
    justify-content: center !important;
}

@media (max-width: 768px) {
  .t-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: all 0.6s ease !important;
  }
}