.ypfcom__modules-tables .main-table__header_index--1 {
  min-width: 120px !important;
}

.ypfcom__modules-tables .main-table__header_index--3, 
.ypfcom__modules-tables .main-table__header_index--2 {
    width: 30em !important;
}

@media (max-width: 768px) {
  
    th[style] {
      min-width: 120px !important;
    }

    .main-table__filter-input { 
      padding-right: 0px !important;
    }

}