@media screen and (max-width: 667px) {
  TD {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  body > #smooth-wrapper #ast-scroll-top {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
