.uc-animate-title [class*="artboard"] {
    background: initial !important;
}

.uc-main .t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center;
}