@media only screen and (max-width: 900px) {
  .tj-wrapper .table-container-wrap .table-hading-part .single-heading-item h2 {
    font-size: 15px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item p a {
    font-size: 15px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 665px) {
  .tj-wrapper .table-container-wrap .table-hading-part .single-heading-item h2 {
    font-size: 14px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item p a {
    font-size: 14px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item p {
    font-size: 14px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .btn a {
    font-size: 14px;
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .tj-wrapper .table-container-wrap .table-hading-part {
    display: none;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap {
    display: block;
    padding: 30px 0;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content {
    display: block;
    width: 50%;
    text-align: left;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content p a {
    font-size: 16px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .responsive-heading {
    display: block;
    width: 50%;
    margin-right: 10px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .responsive-heading h2 {
    text-align: left;
    color: #4CB5F7;
    padding: 10px;
    font-size: 15px;
  }
}
