.t431__table {
  table-layout: fixed;
  width: 100%; /* важно! иначе fixed может не сработать */
}


@media screen and (max-width: 960px) {
  .t431__table {
    width: 100%;
    table-layout: auto;}
}
    
.uc-blockborder  {

    border-bottom:1px solid #f4b9a8;
    
}

/* Универсальное выравнивание карточек PL110N по высоте */
.t-container .t-card__col {
    display: flex;
}

.t-container .t-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Контент растягивается, чтобы кнопка ушла вниз */
.t-container .t-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Прижимаем кнопку вниз */
.t-container .t-card__btn-container {
    margin-top: auto;
}


.t-container .t-card__img,
.t-container .t-card__img img {
    width: 100%;
    height: 220px;          /* можешь изменить под свой дизайн */
    object-fit: cover;      /* обрезает лишнее, делает все одинаковыми */
    display: block;
}



.t1070__content {
    padding-top: 45px !important;
}


.t461__maincontainer.t461__c12collumns {
  max-width: 800px;}