.block_schedule table tbody tr td:first-child {
  width: 180px;
}
@media (max-width: 520px) {
  .block_schedule table tbody tr td:first-child {
    width: 120px;
  }
}