.dots-shape{
    background: repeat url("https://unity-sport.com/tilda/dots.png");
}

.sheldule_block {
    font-family: 'Gilroy';
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 20px 0;
}

.sheldule_block table {
    border-collapse: collapse;
    width: 100%;
}

.sheldule_block table td {
    border: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
}

.sheldule_block .table_text {
    text-transform: uppercase;
    background: #eee;
}

.sheldule_block .table_name2 {
    display: none;
}

.sheldule_block .table_color {
    background: #D30000;
    color: #fff;
}

.sheldule_block_td1 {
    width: 20%;
}

@media all and (max-width: 767px){
  .sheldule_block .table_name1 {
    display: none;
  }
  
  .sheldule_block .table_name2 {
    display: block;
  }
  
  .sheldule_block .table_color, .sheldule_block .sheldule_block_td1 {
    font-size: 14px;
  }
}