.uc-custom-btn-width {
  width: 66.666% !important; /* 8 из 12 колонок */
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important; /* Центрирование */
}

@media (max-width: 768px) {
  .uc-custom-btn-width {
    width: 100% !important; /* На мобильных — на всю ширину */
  }
}

.uc-a1 {
    text-align: justify !important;
}

/* Для выравнивания текста внутри блока */
.uc-a1 span,
.uc-a1 div,
.uc-a1 p,
.uc-a1 h1,
.uc-a1 h2,
.uc-a1 h3,
.uc-a1 h4,
.uc-a1 h5,
.uc-a1 h6 {
    text-align: justify !important;
    text-justify: inter-word !important;
}


.t-col_3 {
    max-width: 180px;
}
.t524__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    flex-wrap: wrap;
}




