@media (min-width: 768px) and (max-width: 959px) {
  .fs-20-tablet {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-18-tablet {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .fs-16-tablet {
    font-size: 16px !important;
  }
}
