/* Защита для подвала от моих стилей + центрирование */
.t551__contacts,
.t551__contacts * {
  white-space: normal !important;
  word-break: normal !important;
  display: block !important;
}

.t551__contacts br {
  display: none;
}

.t551__contacts {
  white-space: nowrap !important;
  text-align: center !important;
  width: 100% !important;
}

/* Для мобилок — разрешаем перенос, но оставляем по центру */
@media (max-width: 640px) {
  .t551__contacts {
    white-space: normal !important;
    text-align: center !important;
  }
}