.contacts__schedule table tr td{
    white-space: nowrap;
}
.contacts__schedule table tr td:nth-child(2){
    padding-left: 16px;
}
.contacts__schedule table tr:last-child td:last-child{
    white-space: initial;
} 