.specintroimage{
  max-width:100%;
  max-height:60%;
}


table .table_info_f {
  table-layout: fixed; /* Настройка размеров колонок */
  width: 100%; /* Использование всей доступной ширины */
}
table .table_info_f th, td {
  width: 17%; /* Равное пространство для каждой колонки */
}