table {
 border-radius: 15px;
}

table td, table td p {
 font-size: 14px !important;
}

table th, table th p {
 font-size: 16px !important;
}

@media only screen and (max-width: 991px) {
  table td, table td p {
   font-size: 16px !important;
  }
  
  table th, table th p {
   font-size: 18px !important;
  }
}