@media (max-width: 768px) {
  .t046__td:first-child {
    width: 250px !important; /* Замените 150px на нужную вам ширину */
    min-width: 250px !important;
  }
}
@media (max-width: 768px) {
  .t046__table td:first-child {
    width: 250px !important;
    min-width: 250px !important;
  }
}

@media (max-width: 768px) {
  .t431__td:first-child {
    width: 250px !important; /* Замените 150px на нужную вам ширину */
    min-width: 250px !important;
  }
}
@media (max-width: 768px) {
  .t431__table td:first-child {
    width: 250px !important;
    min-width: 250px !important;
  }
}

@media (max-width: 768px) {
  .t431__table-wrapper:first-child {
    width: 250px !important; /* Замените 150px на нужную вам ширину */
    min-width: 250px !important;
  }
}
@media (max-width: 768px) {
  .t431__table-wrapper th:first-child {
    width: 250px !important;
    min-width: 250px !important;
  }
}